[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Create a new instance of the dataset enumerator
Source position: db.pas line 1773
public constructor TDataSetEnumerator.Create( |
ADataSet: TDataSet |
); |
ADataSet |
|
Dataset to enumerate |
Create saves the dataset for later use, and puts the dataset on the firs record.
None.
|
Base class for records-based data-access |
|
|
Position the dataset on the first record. |
|
|
Default enumerator for the fields collection of a dataset. |