RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomFieldGroup.Destroy Destructor

Frees an instance of TCustomFieldGroup.

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

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

 

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