Data.DB.TDataSet.RestoreState
Delphi
procedure RestoreState(const Value: TDataSetState);
C++
void __fastcall RestoreState(const TDataSetState Value);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | Data.DB.pas Data.DB.hpp |
Data.DB | TDataSet |
Description
Restores the operating mode of the dataset to the given value.
RestoreState is used to restore the dataset state to the given Value
parameter after it was temporarily set (using SetTempState) to another value. The method is for internal use. The State of the dataset is internally managed.