TTMSFNCDataBinderFieldName Class
Collection item that stores a dataset field name (and optional HTML template) to bind to a component property.
API unit family: TMSFNCDataBinding
Inherits from: TCollectionItem
Syntax
TTMSFNCDataBinderFieldName = class(TCollectionItem)
Properties
| Name | Description |
|---|---|
| DataBinderItem | The data binder item that owns this field name entry. |
| HTMLTemplate | Optional HTML template string applied when the field value is written to the component; use `` as the placeholder. |
| Value | Name of the dataset field whose value is bound to the target component property. |