Table of Contents

TTMSFNCFilterViewTrackBar.CreateExpressionsForValues Method

Creates expressions for sequential track bar values using the specified value texts.

API unit family: TMSFNCFilterView Declaring type: TTMSFNCFilterViewTrackBar

Overloads

Overload 1

Creates expressions for sequential track bar 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 numeric value mapped to the text list.

Overload 2

Creates expressions for sequential track bar 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 numeric value mapped to the text list.