Table of Contents

TTMSFNCDataBinder.OnAfterWriteFieldToProperty Event

Fires after a dataset field value has been written to a component property.

API unit family: TMSFNCDataBinding Declaring type: TTMSFNCDataBinder

Syntax

OnAfterWriteFieldToProperty: TTMSFNCDataBinderAfterWriteFieldToPropertyEvent;

Parameters

Name Description
Sender The data binder that raised the event.
AObject The bound component whose property was updated.
AItem The binding item that connects the field to the property.
APropertyInfo RTTI descriptor for the updated property.
APropertyName Name of the updated property.
APropertyKind RTTI type kind of the updated property.
AField The dataset field whose value was written.