FireDAC.DatS.TFDDatSTableList.Add
Delphi
function Add(AObj: TFDDatSTable): Integer; overload;
function Add(const AName: String = ''): TFDDatSTable; overload;
C++
int __fastcall Add(TFDDatSTable* AObj)/* overload */;
TFDDatSTable* __fastcall Add(const System::UnicodeString AName = System::UnicodeString())/* overload */;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | FireDAC.DatS.pas FireDAC.DatS.hpp |
FireDAC.DatS | TFDDatSTableList |
Description
Embarcadero Technologies does not currently have any additional information.