Data.DB.TDataSet.SetState
Delphi
procedure SetState(Value: TDataSetState);
C++
void __fastcall SetState(TDataSetState Value);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | Data.DB.pas Data.DB.hpp |
Data.DB | TDataSet |
Description
Sets the dataset's state.
SetState sets the dataset's state. You do not need to call this method; the state is internally updated when changes are made in the dataset. The Value
parameter is TDataSetState and represents the state to set.