API:Data.DBXCommon.TDBXMorphicCommand.CloseReader

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

procedure CloseReader; override;

C++

virtual void __fastcall CloseReader();

Description

Closes the internally used TDBXReader.

Data.DBXCommon.TDBXMorphicCommand.CloseReader inherits from Data.DBXCommon.TDBXCommand.CloseReader. All content below this line refers to Data.DBXCommon.TDBXCommand.CloseReader.

Closes the internally used TDBXReader.

The CloseReader method closes the internally used TDBXReader and releases all its resources.

See Also