Data.DBXCommonTable.TDBXReaderTable.Close

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Data.DBXCommonTable.pas
Data.DBXCommonTable.hpp
Unit: Data.DBXCommonTable
Parent: TDBXReaderTable

Delphi

procedure Close; override;

C++

virtual void __fastcall Close();

Description

Closes the table.

Close is used to close the table and to assign the internally used TDBXReader reference to nil.

See Also