Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V22.1
  • Create(IdxOperandProperty,IdxCriteriaOperator,TdxAggregateFunctionType,IdxCriteriaOperator) Constructor

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

    Declaration

    constructor Create(const ACollectionProperty: IdxOperandProperty; const AAggregatedExpression: IdxCriteriaOperator; AAggregateFunctionType: TdxAggregateFunctionType; const ACondition: IdxCriteriaOperator); overload;

    Parameters

    Name Type
    ACollectionProperty IdxOperandProperty
    AAggregatedExpression IdxCriteriaOperator
    AAggregateFunctionType TdxAggregateFunctionType
    ACondition IdxCriteriaOperator
    See Also