TTMSFNCDataBinderPropertyName Class
Collection item that stores the name of a component property to bind to a dataset field.
API unit family: TMSFNCDataBinding
Inherits from: TCollectionItem
Syntax
TTMSFNCDataBinderPropertyName = class(TCollectionItem)
Properties
| Name | Description |
|---|---|
| DataBinderItem | The data binder item that owns this property name entry. |
| Value | Dot-path name of the component property to bind (e.g. Text or Items[0].Caption). |