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 */;
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
function | public | FireDAC.DatS.pas FireDAC.DatS.hpp |
FireDAC.DatS | TFDDatSColumnList |
Beschreibung
Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.