Table of Contents

TTMSFNCDataGridRenderer.BuildExpressionText Method

Composes the textual form of a single filter condition from a column, an operator, and a value.

API unit family: TMSFNCDataGridRenderer Declaring type: TTMSFNCDataGridRenderer

Syntax

function BuildExpressionText(const AColumnName: string; AOperator: TTMSFNCFilterBuilderExpressionOperator; const AValueText: string): string;

Parameters

Name Description
AColumnName Name of the column the condition applies to.
AOperator Comparison applied between the column and the value.
AValueText Value the column is compared against, in its textual form.

Returns

The condition as an expression string that can be combined with others and evaluated.