FireDAC.DatS.TFDDatSTable.NewRow
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 */;
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
| function | public | FireDAC.DatS.pas FireDAC.DatS.hpp |
FireDAC.DatS | TFDDatSTable |
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 !