API:Bde.DBTables.TBDEDataSet.CloseCursor
Delphi
procedure CloseCursor; override;
C++
virtual void __fastcall CloseCursor(void);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | Bde.DBTables.pas Bde.DBTables.hpp |
Bde.DBTables | TBDEDataSet |
Description
Closes the dataset cursor.
Bde.DBTables.TBDEDataSet.CloseCursor inherits from Data.DB.TDataSet.CloseCursor. All content below this line refers to Data.DB.TDataSet.CloseCursor.
Closes the dataset cursor.
CloseCursor closes the cursor of the dataset. The method frees the field buffers and closes the dataset.