Table of Contents

TTMSFNCDataGridData.OnGetCellDisplayValue Event

Fired to override the formatted display string shown in a cell.

API unit family: TMSFNCDataGridData Declaring type: TTMSFNCDataGridData

Syntax

OnGetCellDisplayValue: TTMSFNCDataGridDataGetCellDisplayValueEvent;

Parameters

Name Description
Sender Data object that fired the event.
ACell Cell coordinate being formatted for display.
AData Raw cell value.
AValue Display text to show for the cell.