Data.DBXMetaDataReader.TDBXCustomMetaDataTable.Close

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

procedure Close; override;

C++

virtual void __fastcall Close();

Description

Closes the table.

Data.DBXMetaDataReader.TDBXCustomMetaDataTable.Close inherits from Data.DBXCommonTable.TDBXTable.Close. All content below this line refers to Data.DBXCommonTable.TDBXTable.Close.

Closes the table.

Close is used to close the table. By default, Close raises an 'Unsupported operation' exception, so every descendant of TDBXTable must implement this method.

See Also