FireDAC.DatS.TFDDatSTable.NewRow

From RAD Studio API Documentation
Jump to: navigation, search

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

Properties

Type Visibility Source Unit Parent
function public
FireDAC.DatS.pas
FireDAC.DatS.hpp
FireDAC.DatS TFDDatSTable

Description

Embarcadero Technologies does not currently have any additional information.