TTMSFNCTableView.OnGetHTMLTemplateValue Event
Occurs when the table view needs htmltemplate.
API unit family: TMSFNCTableView
Declaring type: TTMSFNCTableView
Inherited from: TTMSFNCCustomTableView
Syntax
OnGetHTMLTemplateValue: TTMSFNCTableViewGetHTMLTemplateValueEvent;
Parameters
| Name | Description |
|---|---|
Sender |
Object that triggered the event. |
AItem |
Table view item affected by the operation. |
AName |
Template value name. |
AValue |
Template value returned by the handler. |