Data.DBXClient.TDBXClientDriver.Close
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: protected | |
Source: Data.DBXClient.pas Data.DBXClient.hpp
| |
Unit: Data.DBXClient | |
Parent: TDBXClientDriver |
Delphi
procedure Close; override;
C++
virtual void __fastcall Close();
Description
TDBXClientDriver does not need to be closed.
Close doesn't do anything because TDBXClientDriver does not need to be closed.