Data.DBXCommonTable.TDBXTable.Close

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Close; virtual;

C++

virtual void __fastcall Close();

Properties

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

Description

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