Unit 'StdActns' Package
[Overview][Types][Classes][Procedures and functions][Index] [#lcl]

TColorSelect

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

Declaration

Source position: stdactns.pas line 413

type TColorSelect = class(TCommonDialogAction)

protected

  function GetDialogClass; override;

  

published

  property Caption: string;

  

  property Dialog: TColorDialog; [r]

  

  property Enabled: Boolean;

  

  property HelpContext: THelpContext;

  

  property HelpKeyword: string;

  

  property HelpType: THelpType;

  

  property Hint: string;

  

  property ImageIndex: Integer;

  

  property ShortCut: TShortCut;

  

  property SecondaryShortCuts: TShortCutList;

  

  property Visible: Boolean;

  

  property BeforeExecute: TNotifyEvent;

  

  property OnAccept: TNotifyEvent;

  

  property OnCancel: TNotifyEvent;

  

  property OnHint: THintEvent;

  

end;

Inheritance

TColorSelect

  

|

TCommonDialogAction

  

|

TCustomAction

  

|

TContainedAction

  

|

TObject



CT Web help

CodeTyphon Studio