[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Is the dataset open or closed.
Source position: db.pas line 1689
public property TDataSet.Active : Boolean |
Active is True if the dataset is open, and False if it is closed (TDataset.State is then dsInactive). Setting the Active property to True is equivalent to calling TDataset.Open, setting it to False is equivalent to calling TDataset.Close
|
Current operational state of the dataset |
|
|
Activate the dataset: Fetch data into memory. |
|
|
Close the dataset |