Vcl.CmAdmCtl.TCOMAdminCatalog.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor  Destroy; override;

C++

__fastcall virtual ~TCOMAdminCatalog();

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.

See Also