Data.DBXCommon.TDBXCommand.Close
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: public | |
Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
Unit: Data.DBXCommon | |
Parent: TDBXCommand |
Delphi
procedure Close; virtual;
C++
virtual void __fastcall Close();
Description
Close the command and any associated resources.
This method closes the command and any associated resources. It is normally called by the destructor.