Create(TdxFunctionOperatorType,TArray<IdxCriteriaOperator>) Constructor
Initializes a new instance of the TdxFunctionOperator class with specified settings.
Declaration
constructor Create(AType: TdxFunctionOperatorType; const AOperands: TArray<IdxCriteriaOperator>); overload;
Parameters
Name | Type |
---|---|
AType | TdxFunctionOperatorType |
AOperands | TArray<T> |
See Also