ITMSFNCDataBinderSelection Interface
Interface for list-style controls that expose a single active-item index to the data binder, enabling the binder to synchronize the selected record with the active row.
API unit family: TMSFNCDataBinding
Syntax
ITMSFNCDataBinderSelection = interface
Methods
| Name | Description |
|---|---|
| DataGetItemIndex | Returns the zero-based index of the currently selected item in the bound control. |
| DataSetItemIndex | Selects the item at the specified zero-based index in the bound control. |