RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCOMAdminCatalogCollection.Destroy Destructor

Frees an instance of TCOMAdminCatalogCollection

Pascal
destructor Destroy; override;
C++
virtual __fastcall ~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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!