Bde.DBTables.TBDEDataSet.CloseCursor

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Bde.DBTables.pas
Bde.DBTables.hpp
Unit: Bde.DBTables
Parent: TBDEDataSet

Delphi

procedure CloseCursor; override;

C++

virtual void __fastcall CloseCursor();

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.


See Also