TTMSFNCDataBinderAfterWriteFieldToPropertyEvent Event Type
Fires after a dataset field value has been written to a component property.
API unit family: TMSFNCDataBinding
Parameters
| Name | Description |
|---|---|
Sender |
The data binder component that raised the event. |
AObject |
The bound component object. |
AItem |
The binding item that performed the write. |
APropertyInfo |
RTTI information for the written property. |
APropertyName |
Name of the property that was written. |
APropertyKind |
Type kind of the property. |
AField |
Dataset field that supplied the value. |