TTMSFNCDataBinderBindType Enumeration
Controls how dataset fields are mapped to component properties in a data binder binding item.
API unit family: TMSFNCDataBinding
Members
| Name | Description |
|---|---|
dbbtSingleValue |
A single field value is mapped to a single component property. |
dbbtList |
All dataset records are iterated and each record's field values are mapped to list item sub-properties. |
dbbtColumnList |
Dataset records are mapped to grid columns using the column sub-property name. |
dbbtGrid |
The entire dataset is mapped to a grid component with multiple rows and columns. |