Table of Contents

TTMSFNCDataBinderBeforeWritePropertyToFieldEvent Event Type

Fires before a component property value is written back to a dataset field; set AAllow to False to suppress the write.

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 performing the write.
APropertyInfo RTTI information for the source property.
APropertyName Name of the property being read.
APropertyKind Type kind of the property.
AField Dataset field receiving the value.
AAllow Set to False to cancel the write.