RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TOleForm.Destroy Destructor

Destroy frees the memory associated with this instance of the TOleForm object.

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

Do not call Destroy directly. Instead, call Free, which calls Destroy if this instance of the TOleForm object is not nil. 

Destroy frees private objects allocated and used by this instance of the TOleForm object. 

 

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