Table of Contents

TTMSFNCDataBinderBeforeWriteHTMLTemplateToPropertyEvent Event Type

Fires before an HTML template is applied to a component property; set AAllow to False to suppress the application or modify AHTMLTemplate.

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 target property.
APropertyName Name of the property being written.
APropertyKind Type kind of the property.
AHTMLTemplate The template string being applied; modify to change the applied value.
AAllow Set to False to cancel the template application.