Create(string,Integer,TdxBinaryOperatorType) Constructor
Initializes a new instance of the TdxBinaryOperator class with specified settings.
Declaration
constructor Create(const APropertyName: string; AValue: Integer; AType: TdxBinaryOperatorType = TdxBinaryOperatorType.Equal); overload;
Parameters
Name | Type |
---|---|
APropertyName | string |
AValue | Integer |
AType | TdxBinaryOperatorType |
See Also