RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebUserItem.Destroy Destructor

Destroys an instance of TWebUserItem.

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

The Destroy destructor frees all objects owned by the TWebUserItem object. Never call the destructor explicitly; it is called automatically when the TWebUserItem object is destroyed (for example, when the object falls out of the scope of the program). 

 

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