Table of Contents

TTMSFNCFilterViewCheckGroup.CreateExpressionsForValues Method

Creates expressions for sequential check item values using the specified value texts.

API unit family: TMSFNCFilterView Declaring type: TTMSFNCFilterViewCheckGroup

Overloads

Overload 1

Creates expressions for sequential check item values using the specified value texts.

procedure CreateExpressionsForValues(AFilterValueTexts: TStringList; AStartValue: Integer = 0); overload;

Parameters

Name Description
AFilterValueTexts Text values used by the generated expressions.
AStartValue First item index mapped to the text list.

Overload 2

Creates expressions for sequential check item values with explicit field and operator settings.

procedure CreateExpressionsForValues(AFilterValueTexts: TStringList; APropertName: string; AFilterFieldType: TTMSFNCFilterBuilderDataType = fdtAutomatic; AExpressionOperator: TTMSFNCFilterBuilderExpressionOperator = feoEqual; AStartValue: Integer = 0); overload;

Parameters

Name Description
AFilterValueTexts Text values used by the generated expressions.
APropertName Property value prefix or field identifier assigned to generated expressions.
AFilterFieldType Field data type used to interpret generated expression values.
AExpressionOperator Operator used by generated expressions.
AStartValue First item index mapped to the text list.