Data.DB.TDataSet.RestoreState
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: protected | |
Source: Data.DB.pas Data.DB.hpp
| |
Unit: Data.DB | |
Parent: TDataSet |
Delphi
procedure RestoreState(const Value: TDataSetState);
C++
void __fastcall RestoreState(const TDataSetState Value);
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.