FireDAC.DatS.TFDDatSTable.GetChangesView

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 GetChangesView(ARowStates: TFDDatSRowStates =
[rsInserted, rsDeleted, rsModified]): TFDDatSView;

C++

TFDDatSView* __fastcall GetChangesView(TFDDatSRowStates ARowStates = (TFDDatSRowStates() << TFDDatSRowState::rsInserted << TFDDatSRowState::rsDeleted << TFDDatSRowState::rsModified ));

Description

Embarcadero Technologies does not currently have any additional information.