Table of Contents

TTMSFNCDataGridColumnBinding Class

Defines the raw data values that map to True and False for a boolean column when data is loaded from an external source such as a dataset or JSON import.

API unit family: TMSFNCDataGridRenderer Inherits from: TPersistent

Syntax

TTMSFNCDataGridColumnBinding = class(TPersistent)

Properties

Name Description
BooleanFalseValue Raw string value in the data source that is interpreted as boolean False for this column (e.g. "0", "N", "no").
BooleanTrueValue Raw string value in the data source that is interpreted as boolean True for this column (e.g. "1", "Y", "yes"). Compared case-insensitively during import.