FireDAC.Comp.DataSet.TFDDataSet.CloseCursor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CloseCursor; override;

C++

virtual void __fastcall CloseCursor();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FireDAC.Comp.DataSet.pas
FireDAC.Comp.DataSet.hpp
FireDAC.Comp.DataSet TFDDataSet

Description

Closes the dataset cursor.

FireDAC.Comp.DataSet.TFDDataSet.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