RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TColorDialog.Destroy Destructor

Destroys the color-selection dialog and frees its memory.

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

Do not call Destroy directly in an application. Call Free instead. Free verifies that the color-selection dialog is not nil before calling Destroy. 

 

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