FireDAC.DatS.TFDDatSTable.GetChangesView
Delphi
function GetChangesView(ARowStates: TFDDatSRowStates =
[rsInserted, rsDeleted, rsModified]): TFDDatSView;
C++
TFDDatSView* __fastcall GetChangesView(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.