[Overview][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
TColorSelect - standard action for opening a Colour Selection dialog
Source position: stdactns.pas line 422
type TColorSelect = class(TCommonDialogAction) |
||
protected |
||
function GetDialogClass; override; |
|
|
published |
||
property Caption; |
|
|
property Dialog: TColorDialog; [r] |
|
|
property Enabled; |
|
|
property HelpContext; |
|
|
property HelpKeyword; |
|
|
property HelpType; |
|
|
property Hint; |
|
|
property ImageIndex; |
|
|
property ShortCut; |
|
|
property SecondaryShortCuts; |
|
|
property Visible; |
|
|
property BeforeExecute; |
|
|
property OnAccept; |
|
|
property OnCancel; |
|
|
property OnHint; |
|
|
end; |
|
TColorSelect - standard action for opening a Colour Selection dialog |
|
| | ||
|
TCommonDialogAction - base class for providing actions associated with Dialogs |
|
| | ||
|
TCustomAction is the ancestor class for TAction |
|
| | ||
|
TContainedAction - parent class for TCustomAction; defines some properties especially relationships with parents |
|
| | ||
TBasicAction |
||
? | ||
TObject |