[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Colour Dialog
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. |
|
A published property which reads en sets the FColor property |
|
end; |
|
Colour Dialog |
|
| | ||
|
TCommonDialog : the base type from which other dialogs are derived |
|
| | ||
TLCLComponent |
||
? | ||
TObject |
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.
lazarus-ccr.sourceforge.net |