Table of Contents

TTMSFNCDataBinder.OnAfterWritePropertyToField Event

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

API unit family: TMSFNCDataBinding Declaring type: TTMSFNCDataBinder

Syntax

OnAfterWritePropertyToField: TTMSFNCDataBinderAfterWritePropertyToFieldEvent;

Parameters

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