FireDAC.DatS.TFDDatSTable.GetChanges

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetChanges(ARowStates: TFDDatSRowStates =
[rsInserted, rsDeleted, rsModified]): TFDDatSTable;

C++

TFDDatSTable* __fastcall GetChanges(TFDDatSRowStates ARowStates = (TFDDatSRowStates() << TFDDatSRowState::rsInserted << TFDDatSRowState::rsDeleted << TFDDatSRowState::rsModified ));

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.