Table of Contents

TTMSFNCFilterViewComboBox.CreateExpressionsForIndexValues Method

Creates expressions for sequential combo box item indexes using the specified value texts.

API unit family: TMSFNCFilterView Declaring type: TTMSFNCFilterViewComboBox

Overloads

Overload 1

Creates expressions for sequential combo box item indexes using the specified value texts.

procedure CreateExpressionsForIndexValues(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 combo box item indexes with explicit field and operator settings.

procedure CreateExpressionsForIndexValues(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.