RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TFindDialog.Destroy Destructor

Destroys the TFindDialog and frees its memory.

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

Do not call Destroy directly in an application. Call Free instead. Free checks that the Find dialog reference is not nil before calling Destroy. 

 

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