Table of Contents

TTMSFNCDataGridData.OnGetCellFormatting Event

Fired to supply a custom format string and type for cell value formatting.

API unit family: TMSFNCDataGridData Declaring type: TTMSFNCDataGridData

Syntax

OnGetCellFormatting: TTMSFNCDataGridDataGetCellFormattingEvent;

Parameters

Name Description
Sender Data object that fired the event.
ACell Cell coordinate being formatted.
AData Raw cell value.
AFormatting Formatting settings to apply.
AConvertSettings Locale and conversion settings used for formatting.
ACanFormat Set to False to skip built-in formatting.