RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TScrollingWinControl.Destroy Destructor

Removes the TScrollingWinControl object from memory.

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

Do not call Destroy.TScrollingWinControl Instead, call Free, which calls DestroyWinControl if the TScrollingWinControl object is not nil. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!