Vcl.Dialogs.TColorDialog.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TColorDialog();

Properties

Type Visibility Source Unit Parent
destructor public
Vcl.Dialogs.pas
Vcl.Dialogs.hpp
Vcl.Dialogs TColorDialog

Description

Destroys the color-selection dialog and frees its memory.

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

See Also