Data.DBXCommonTable.TDBXTable.Close
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: public | |
Source: Data.DBXCommonTable.pas Data.DBXCommonTable.hpp
| |
Unit: Data.DBXCommonTable | |
Parent: TDBXTable |
Delphi
procedure Close; virtual;
C++
virtual void __fastcall Close();
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.