RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCOMAdminCatalog.Destroy Destructor

Frees an instance of TCOMAdminCatalog

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

 

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