TTMSFNCDataGridDatabaseAdapter.OnGetHTMLTemplate Event
Fired before the adapter evaluates an HTML cell template, allowing the template string to be replaced per cell.
API unit family: TMSFNCDataGridDatabaseAdapter
Declaring type: TTMSFNCDataGridDatabaseAdapter
Inherited from: TTMSFNCCustomDataGridDatabaseAdapter
Syntax
OnGetHTMLTemplate: TTMSFNCDataGridDatabaseAdapterGetHTMLTemplateEvent;
Parameters
| Name | Description |
|---|---|
Sender |
Adapter that fired the event. |
ACol |
Zero-based grid column index for the templated cell. |
ARow |
Zero-based grid row index for the templated cell. |
AHTMLTemplate |
HTML template string to evaluate. Modify this value to replace the template. |
AFields |
Dataset fields available to the template. |