[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Current operational state of the dataset
Source position: db.pas line 1683
public property TDataSet.State : TDataSetState |
State determines the current operational state of the dataset. During it's lifetime, the dataset is in one of many states, depending on which operation is currently in progress:
There are some other states, mainly connected to internal operations, but which can become visible in some of the dataset's events.
|
Is the dataset open or closed. |
|
|
Set the dataset in editing mode. |
|
|
Insert a new record at the current position. |
|
|
Append a new record to the data |
|
|
Post pending edits to the database. |
|
|
Cancel the current editing operation |