FireDAC.DatS.TFDDatSAggregateList.Add
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: FireDAC.DatS.pas FireDAC.DatS.hpp
| |
Unit: FireDAC.DatS | |
Parent: TFDDatSAggregateList |
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 */;
Description
Embarcadero Technologies does not currently have any additional information.