Data.DBXCommon.TDBXCommand.CloseReader
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: protected | |
Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
Unit: Data.DBXCommon | |
Parent: TDBXCommand |
Delphi
procedure CloseReader; virtual;
C++
virtual void __fastcall CloseReader();
Description
Closes the internally used TDBXReader.
The CloseReader method closes the internally used TDBXReader and releases all its resources.