Table of Contents

TTMSFNCDataGridDatabaseAdapter.OnGetHTMLTemplateData Event

Fired for each unresolved field placeholder in an HTML template. Supply the replacement HTML string for the named field.

API unit family: TMSFNCDataGridDatabaseAdapter Declaring type: TTMSFNCDataGridDatabaseAdapter Inherited from: TTMSFNCCustomDataGridDatabaseAdapter

Syntax

OnGetHTMLTemplateData: TTMSFNCDataGridDatabaseAdapterGetHTMLTemplateDataEvent;

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.
AFieldname Dataset field placeholder name being resolved.
AData Replacement HTML/text for the placeholder.