Skip to main content

Create(string,string,TdxDBColumnType,IdxCriteriaOperator) Constructor

Initializes a new instance of the TdxQueryOperand class with specified settings.

Declaration

constructor Create(const AColumnName: string; const ANodeAlias: string; AColumnType: TdxDBColumnType; const AParentCriteria: IdxCriteriaOperator = nil); overload;

Parameters

Name Type
AColumnName string
ANodeAlias string
AColumnType TdxDBColumnType
AParentCriteria IdxCriteriaOperator
See Also