RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomLayoutGroup.Destroy Destructor

Frees an instance of TCustomLayoutGroup.

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

Do not call Destroy directly. Instead, call Free, which checks whether the layout group is nil before calling Destroy. 

 

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