Data.DB.TDataSet.CloseCursor

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: TDataSet

Delphi

procedure CloseCursor; virtual;

C++

virtual void __fastcall CloseCursor();

Description

Closes the dataset cursor.

CloseCursor closes the cursor of the dataset. The method frees the field buffers and closes the dataset.


See Also