Data.SqlExpr.TCustomSQLDataSet.CloseCursor

From RAD Studio API Documentation

Delphi

procedure CloseCursor; override;

C++

virtual void __fastcall CloseCursor(void);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.SqlExpr.pas
Data.SqlExpr.hpp
Data.SqlExpr TCustomSQLDataSet

Description

Closes the dataset cursor. {{#multireplace:Data.SqlExpr.TCustomSQLDataSet.CloseCursor|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Data.DB.TDataSet.CloseCursor|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Data.DB.TDataSet.CloseCursor|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Closes the dataset cursor.

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


See Also