[Overview][Types][Classes][Index] Reference for unit 'customdrawncontrols' (#lcl)

TCDButton

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

Declaration

Source position: customdrawncontrols.pas line 132

type TCDButton = class(TCDButtonControl)

protected

  FBState: TCDButtonStateEx;

  

  function GetControlId; override;

  

  procedure CreateControlStateEx; override;

  

  procedure PrepareControlStateEx; override;

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

published

  property Action;

  

  property Align;

  

  property Anchors;

  

  property AutoSize;

  

  property Caption;

  

  property Color;

  

  property Constraints;

  

  property DrawStyle;

  

  property Enabled;

  

  property Font;

  

  property Glyph: TBitmap; [rw]

  

  property OnChangeBounds;

  

  property OnClick;

  

  property OnContextPopup;

  

  property OnDragDrop;

  

  property OnDragOver;

  

  property OnEndDrag;

  

  property OnEnter;

  

  property OnExit;

  

  property OnKeyDown;

  

  property OnKeyPress;

  

  property OnKeyUp;

  

  property OnMouseDown;

  

  property OnMouseEnter;

  

  property OnMouseLeave;

  

  property OnMouseMove;

  

  property OnMouseUp;

  

  property OnResize;

  

  property OnStartDrag;

  

  property OnUTF8KeyPress;

  

  property ParentFont;

  

  property ParentShowHint;

  

  property PopupMenu;

  

  property ShowHint;

  

  property TabOrder;

  

  property TabStop;

  

  property Visible;

  

end;

Inheritance

TCDButton

  

|

TCDButtonControl

  

|

TCDControl

  

|

TCustomControl

  

The base class for windowed controls which paint themselves.

|

TWinControl

  

The base class for controls which can contain other (child) controls.

|

TControl

  

The base class for visible controls.

|

TLCLComponent

  

The base class for LCL components associated with widgets.

|

TComponent

?

TObject