FireDAC.DatS.TFDDatSTable.LoadDataRow

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
FireDAC.DatS.pas
FireDAC.DatS.hpp
Unit: FireDAC.DatS
Parent: TFDDatSTable

Delphi

function LoadDataRow(const AValues: array of Variant; AAcceptChanges: Boolean = False): TFDDatSRow;

C++

TFDDatSRow* __fastcall LoadDataRow(const System::Variant *AValues, const System::NativeInt AValues_High, bool AAcceptChanges = false);

Description

Embarcadero Technologies does not currently have any additional information.