FireDAC.DatS.TFDDatSAggregateList.Add

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Add(AObj: TFDDatSAggregate): Integer; overload;
function Add(const AName, AExpression: String;
AGroupingLevel: Integer = 0): TFDDatSAggregate; overload;

C++

int __fastcall Add(TFDDatSAggregate* AObj)/* overload */;
TFDDatSAggregate* __fastcall Add(const System::UnicodeString AName, const System::UnicodeString AExpression, int AGroupingLevel = 0x0)/* overload */;

Properties

Type Visibility Source Unit Parent
function public
FireDAC.DatS.pas
FireDAC.DatS.hpp
FireDAC.DatS TFDDatSAggregateList

Description

Embarcadero Technologies does not currently have any additional information.