Table of Contents

TTMSFNCDataBinderAfterWritePropertyToFieldEvent Event Type

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

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 source property.
APropertyName Name of the property that was read.
APropertyKind Type kind of the property.
AField Dataset field that received the value.