FireDAC.DatS.TFDDatSTable.NewRow

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function NewRow(ASetToDefaults: Boolean = True): TFDDatSRow; overload;
function NewRow(ASetToDefaults: Boolean; const AParentRows: array of TFDDatSRow): TFDDatSRow; overload;
function NewRow(const AValues: array of Variant; ASetToDefaults: Boolean = True): TFDDatSRow; overload;

C++

TFDDatSRow* __fastcall NewRow(bool ASetToDefaults = true)/* overload */;
TFDDatSRow* __fastcall NewRow(bool ASetToDefaults, TFDDatSRow* const *AParentRows, const System::NativeInt AParentRows_High)/* overload */;
TFDDatSRow* __fastcall NewRow(const System::Variant *AValues, const System::NativeInt AValues_High, bool ASetToDefaults = true)/* overload */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
FireDAC.DatS.pas
FireDAC.DatS.hpp
FireDAC.DatS TFDDatSTable

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.