RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebComponentList.Destroy Destructor

Frees an instance of TWebComponentList.

Pascal
destructor Destroy; override;
C++
virtual __fastcall ~TWebComponentList();

Do not call Destroy directly. Instead, call Free. Free verifies that the TWebComponentList reference is not nil, and only then calls Destroy. 

Destroy frees the memory used to store the list of WebComponents.

Note: Destroy does not free the components in the list.
 

 

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