Table of Contents

TTMSFNCDataBinder.OnAfterWriteHTMLTemplateToProperty Event

Fires after an HTML template has been applied to a component property.

API unit family: TMSFNCDataBinding Declaring type: TTMSFNCDataBinder

Syntax

OnAfterWriteHTMLTemplateToProperty: TTMSFNCDataBinderAfterWriteHTMLTemplateToPropertyEvent;

Parameters

Name Description
Sender The data binder that raised the event.
AObject The bound component whose property received the template.
AItem The binding item that connects the template to the property.
APropertyInfo RTTI descriptor for the updated property.
APropertyName Name of the updated property.
APropertyKind RTTI type kind of the updated property.
AHTMLTemplate The HTML template string that was applied.