[Overview][Resource strings][Constants][Classes][Index] Reference for unit 'U_ExtColorCombos' (#lazextcomponents)

TExtColorCombo

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

Declaration

Source position: u_extcolorcombos.pas line 92

type TExtColorCombo = class(TCustomComboBox, IFWComponent, IFWComponentEdit)

  ColorDlg: TColorDialog;

  

protected

  function WebColor();

  

  procedure p_SetColorValue(); virtual;

  

  procedure MouseDown(); override;

  

  procedure WMKeyDown(); message;

  

  function GetColorString(); virtual;

  

  function GetReadOnly; virtual;

  

  procedure SetReadOnly(); virtual;

  

public

  constructor Create(); override;

  

  procedure DoEnter; override;

  

  procedure DoExit; override;

  

  procedure Loaded; override;

  

  procedure SetOrder; virtual;

  

  procedure Change; override;

  

  procedure DrawItem(); override;

  

  function Focused; override;

  

published

  property HTMLcolor: shortString; [rws]

  

  property Value: TColor; [rws]

  

  property ReadOnly: Boolean; [rws]

  

  property FWBeforeEnter: TnotifyEvent; [rws]

  

  property FWBeforeExit: TnotifyEvent; [rws]

  

  property ColorLabel: TColor; [rw]

  

  property ColorFocus: TColor; [rw]

  

  property ColorEdit: TColor; [rw]

  

  property ColorReadOnly: TColor; [rw]

  

  property MyLabel: TLabel; [rw]

  

  property AlwaysSame: Boolean; [rw]

  

  property OnOrder: TNotifyEvent; [rw]

  

  property AutoComplete;

  

  property AutoDropDown;

  

  property Style;

  

  property Anchors;

  

  property BiDiMode;

  

  property Color;

  

  property Constraints;

  

  property DragCursor;

  

  property DragKind;

  

  property DragMode;

  

  property DropDownCount;

  

  property Enabled;

  

  property Font;

  

  property ItemHeight;

  

  property ParentBiDiMode;

  

  property ParentColor;

  

  property ParentFont;

  

  property ParentShowHint;

  

  property PopupMenu;

  

  property ShowHint;

  

  property TabOrder;

  

  property TabStop;

  

  property Visible;

  

  property OnChange;

  

  property OnClick;

  

  property OnCloseUp;

  

  property OnContextPopup;

  

  property OnDblClick;

  

  property OnDragDrop;

  

  property OnDragOver;

  

  property OnDrawItem;

  

  property OnDropDown;

  

  property OnEndDock;

  

  property OnEndDrag;

  

  property OnEnter;

  

  property OnExit;

  

  property OnKeyDown;

  

  property OnKeyPress;

  

  property OnKeyUp;

  

  property OnMeasureItem;

  

  property OnSelect;

  

  property OnStartDock;

  

  property OnStartDrag;

  

end;

Inheritance

TExtColorCombo,IFWComponent,IFWComponentEdit

  

|

TCustomComboBox

?

TObject