FireDAC.DatS.TFDDatSColumnList.Add

De RAD Studio API Documentation
Aller à : navigation, rechercher

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 */;

Propriétés

Type Visibilité  Source Unité  Parent
function public
FireDAC.DatS.pas
FireDAC.DatS.hpp
FireDAC.DatS TFDDatSColumnList

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !