TTMSFNCFilterBuilderColumn Class
Describes a data column that can be referenced by filter expressions.
API unit family: TMS.TMSFNCFilterBuilder
Inherits from: TPersistent
Syntax
TTMSFNCFilterBuilderColumn = class(TPersistent)
Properties
| Name | Description |
|---|---|
| DataBoolean | When True, custom Boolean data associated with the column is set. |
| DataInteger | Gets or sets custom integer data associated with the column. |
| DataObject | Gets or sets custom object data associated with the column. |
| DataPointer | Gets or sets custom pointer data associated with the column. |
| DataString | Gets or sets custom string data associated with the column. |
| DataType | Gets or sets the data type used to parse and validate expression values. |
| DisplayName | Gets or sets the user-facing column name used for display text. |
| Name | Gets or sets the internal column name used in filter expressions. |