Table of Contents

TTMSFNCFilterView.AddFilterRadioButton Method

Adds a radio button filter item to the filter view.

API unit family: TMSFNCFilterView Declaring type: TTMSFNCFilterView Inherited from: TTMSFNCCustomFilterView

Syntax

function AddFilterRadioButton(AValue: TTMSFNCValue; AGroupName: string = ''; AFilterFieldName: string = ''; AFilterFieldType: TTMSFNCFilterBuilderDataType = fdtAutomatic; AExpressionOperator: TTMSFNCFilterBuilderExpressionOperator = feoEqual; AChecked: Boolean = False): TTMSFNCFilterViewRadioButton;

Parameters

Name Description
AValue Filter value associated with the radio button.
AGroupName Radio group name used to group related radio buttons.
AFilterFieldName Field name used by the generated filter item.
AFilterFieldType Field data type used to interpret the value.
AExpressionOperator Operator used by the generated expression.
AChecked When True, the radio button starts checked.

Returns

The newly created radio button filter control.