FireDAC.DatS.TFDDatSColumnList.Add
Delphi
function Add(AObj: TFDDatSColumn): Integer; overload;
function Add(const AName: String; AType: TFDDataType = dtAnsiString;
const AExpression: String = ''): TFDDatSColumn; overload;
C++
int __fastcall Add(TFDDatSColumn* AObj)/* overload */;
TFDDatSColumn* __fastcall Add(const System::UnicodeString AName, Firedac::Stan::Intf::TFDDataType AType = (Firedac::Stan::Intf::TFDDataType)(0x17), const System::UnicodeString AExpression = System::UnicodeString())/* overload */;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | FireDAC.DatS.pas FireDAC.DatS.hpp |
FireDAC.DatS | TFDDatSColumnList |
Description
Embarcadero Technologies does not currently have any additional information.