Vcl.CmAdmCtl.TCOMAdminCatalogObject.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor  Destroy; override;

C++

__fastcall virtual ~TCOMAdminCatalogObject();

Properties

Type Visibility Source Unit Parent
destructor public
Vcl.CmAdmCtl.pas
Vcl.CmAdmCtl.hpp
Vcl.CmAdmCtl TCOMAdminCatalogObject

Description

Frees an instance of TCOMAdminCatalogObject

Do not call Destroy directly in an application. Instead, call Free. Free checks that the TCOMAdminCatalogObject component reference is not nil before calling Destroy.

Note that freeing a TCOMAdminCatalogObject instance does not delete the item from its collection. It merely frees the object that lets you work with the item.

See Also