[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Dialogs' (#lcl)

TColorDialog

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Colour Dialog

Declaration

Source position: dialogs.pp line 230

type TColorDialog = class(TCommonDialog)

protected

  function DefaultTitle; override;

public

  constructor Create(); override;

  

The method whoch create an instance of the TColorDialog.

published

  property Title;

  

The caption for the color dialog.

  property Color: TColor; [rw]

  

A published property which reads en sets the FColor property

end;

Inheritance

TColorDialog

  

Colour Dialog

|

TCommonDialog

  

TCommonDialog : the base type from which other dialogs are derived

|

TLCLComponent

?

TObject

Description

Colour Dialog: presents a palette of colours to allow the user to select the required colour for text or graphics.
Call the Execute function to show the color dialog.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.