RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCOMAdminCatalogObject.Destroy Destructor

Frees an instance of TCOMAdminCatalogObject

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

 

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