[Overview][Types][Classes][Procedures and functions][Index] |
Clears the content in the dataset
Source position: bufdataset.pas line 652
public procedure TCustomBufDataset.Clear; |
Clear is a procedure used to remove the content in the buffered dataset. Clear calls the Close method to ensure that the dataset has set its Active property to False and removed indexes and their storage. Clear removes field definition and bound fields in the FieldDefs and Fields properties.
|
Close the dataset |
|
|
Definitions of available fields in the underlying database |
|
|
Indexed access to the fields of the dataset. |