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

TButtonPanel

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

Declaration

Source position: buttonpanel.pas line 120

type TButtonPanel = class(TCustomButtonPanel)

published

  property Align: TAlign;

  

  property Anchors: TAnchors;

  

  property AutoSize: Boolean;

  

  property BorderSpacing: TControlBorderSpacing;

  

  property Constraints: TSizeConstraints;

  

  property Enabled: Boolean;

  

  property OKButton: TPanelBitBtn;

  

  property HelpButton: TPanelBitBtn;

  

  property CloseButton: TPanelBitBtn;

  

  property CancelButton: TPanelBitBtn;

  

  property Color: TColor;

  

  property ButtonOrder: TButtonOrder;

  

  property TabOrder: TTabOrder;

  

  property DefaultButton: TPanelButtonEx;

  

  property Spacing: TSpacingSize;

  

  property ShowButtons: TPanelButtons;

  

  property ShowGlyphs: TPanelButtons;

  

  property ShowBevel: Boolean;

  

  property Visible: Boolean;

  

  property OnClick: TNotifyEvent;

  

  property OnDblClick: TNotifyEvent;

  

  property OnDragDrop: TDragDropEvent;

  

  property OnEnter: TNotifyEvent;

  

  property OnExit: TNotifyEvent;

  

  property OnKeyDown: TKeyEvent;

  

  property OnKeyPress: TKeyPressEvent;

  

  property OnKeyUp: TKeyEvent;

  

  property OnMouseDown: TMouseEvent;

  

  property OnMouseEnter: TNotifyEvent;

  

  property OnMouseLeave: TNotifyEvent;

  

  property OnMouseMove: TMouseMoveEvent;

  

  property OnMouseUp: TMouseEvent;

  

  property OnMouseWheel: TMouseWheelEvent;

  

  property OnMouseWheelDown: TMouseWheelUpDownEvent;

  

  property OnMouseWheelUp: TMouseWheelUpDownEvent;

  

  property OnResize: TNotifyEvent;

  

  property OnUTF8KeyPress: TUTF8KeyPressEvent;

  

end;

Inheritance

TButtonPanel

  

|

TCustomButtonPanel

  

|

TCustomPanel

  

The base class for a general container which can hold other objects. It has a customizable border and a central text.

|

TCustomControl

  

The base class for windowed controls which paint themselves.

|

TWinControl

  

Implements a windowed control which can contain other child controls.

|

TControl

  

The base class for visible controls.

|

TLCLComponent

  

|

TObject



CT Web help

CodeTyphon Studio