Table of Contents

TTMSFNCDataGridDataFormatting Record

Formatting descriptor for a cell value: a format string, the data type, and Boolean true/false display text.

API unit family: TMSFNCDataGridData

Syntax

TTMSFNCDataGridDataFormatting = record

Fields and properties

Name Type Description
BooleanFalseText string Text displayed for a False value.
BooleanTrueText string Text displayed for a True value.
Format string Format string applied to the value, interpreted according to the formatting type.