Vcl.CmAdmCtl.TCOMAdminCatalog.Destroy
Delphi
destructor Destroy; override;
C++
__fastcall virtual ~TCOMAdminCatalog(void);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
destructor | public | Vcl.CmAdmCtl.pas Vcl.CmAdmCtl.hpp |
Vcl.CmAdmCtl | TCOMAdminCatalog |
Description
Frees an instance of TCOMAdminCatalog
Do not call Destroy directly in an application. Instead, call Free. Free checks that the TCOMAdminCatalog component reference is not nil before calling Destroy. Destroy disconnects from the server, if necessary, before freeing the component.