Vcl.CmAdmCtl.TCOMAdminCatalogCollection.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor  Destroy; override;

C++

__fastcall virtual ~TCOMAdminCatalogCollection();

Properties

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

Description

Frees an instance of TCOMAdminCatalogCollection

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

Note that freeing the TCOMAdminCatalogCollection object does not remove the collection from the COM+ catalog, it merely deletes the object that lets you work with that collection.

See Also