Data.DBXCommonTable.TDBXReaderTable.Close

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Close; override;

C++

virtual void __fastcall Close(void);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Data.DBXCommonTable.pas
Data.DBXCommonTable.hpp
Data.DBXCommonTable TDBXReaderTable

Description

Closes the table.

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

See Also