Unit 'GR32_ColorPicker' Package
[Overview][Types][Classes][Index] [#pl_graphics32]

TScreenColorPickerForm

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

Declaration

Source position: GR32_ColorPicker.pas line 53

type TScreenColorPickerForm = class(TCustomForm)

protected

  procedure CreateParams(); override;

  

  procedure KeyDown(); override;

  

  procedure MouseDown(); override;

  

  procedure MouseMove(); override;

  

public

  constructor Create(); override;

  

  property SelectedColor: TColor32; [rw]

  

  property OnColorSelected: TNotifyEvent; [rw]

  

published

  property OnKeyUp;

  

  property OnKeyPress;

  

  property OnKeyDown;

  

  property OnMouseMove;

  

  property OnMouseUp;

  

  property OnMouseDown;

  

end;

Inheritance

TScreenColorPickerForm

  

|

TObject



CT Web help

CodeTyphon Studio