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

TCustomColorPicker

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

Declaration

Source position: GR32_ColorPicker.pas line 145

type TCustomColorPicker = class(TCustomControl)

protected

  procedure Paint; override;

  

  procedure PaintColorPicker; virtual; abstract;

  

  procedure SelectedColorChanged; virtual;

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  procedure Invalidate; override;

  

  procedure Resize; override;

  

  property Border: Boolean; [rw]

  

  property VisualAidOptions: TVisualAidOptions; [r]

  

  property SelectedColor: TColor32; [rw]

  

  property WebSafe: Boolean; [rw]

  

  property OnChanged: TNotifyEvent; [rw]

  

end;

Inheritance

TCustomColorPicker

  

|

TObject



CT Web help

CodeTyphon Studio