[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'ButtonPanel' (#lcl)

TButtonPanel

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

TButtonPanel - a panel containing BitButtons

Declaration

Source position: buttonpanel.pas line 119

type TButtonPanel = class(TCustomButtonPanel)

published

  property Align;

  

Used to align the control to the top, bottom, left or right of its client.

  property Anchors;

  

The set of anchor definitions for this control

  property AutoSize;

  

Whether auto-size is to be used

  property BorderSpacing;

  property OKButton;

  

OKButton - a button with the caption 'OK' signifying acceptance by the user

  property HelpButton;

  

HelpButton - a button with the 'Help' caption, for requesting help

  property CloseButton;

  

CloseButton - a button with the 'Close' caption for terminating the Form or panel

  property CancelButton;

  

CancelButton - a button with the 'Cancel' caption for cancelling the operation

  property ButtonOrder;

  

ButtonOrder - the order in which the series of buttons will appear on the panel

  property TabOrder;

  

The place this control occupies in the list of tabs

  property DefaultButton;

  

DefaultButton - the button which represents the default action, selected by pressing 'Return' or 'Enter'

  property Spacing;

  property OnClick;

  

Event Handler for mouse click

  property OnDblClick;

  

Event Handle for mouse double-click

  property OnDragDrop;

  

Event handler for the drop of a control onto this control.

  property OnEnter;

  

OnEnter - event handler for when the mouse enters the control, and the control receives focus

  property OnExit;

  

OnExit - event handler for when the mouse leaves the control and it loses focus

  property OnKeyDown;

  

OnKeyDown - event handler for instance when key is down while control has focus

  property OnKeyPress;

  

OnKeyPress - event controller for a key being pressed while the control has focus. To properly handle national chars use UTF8KeyPress instead.

  property OnKeyUp;

  

OnKeyUp - event handler for instance when a key is up (not pressed) while the control has focus

  property OnMouseDown;

  

Event handler for when a mouse button is pressed down

  property OnMouseMove;

  

Event handler for mouse movement within the current control

  property OnMouseUp;

  

Event handler for when the mouse button is released, ie "up"

  property OnResize;

  

Event Handler for resize of control

  property OnUTF8KeyPress;

  

UTF8KeyPress - event controller for a key being pressed while the control has focus.

  property ShowButtons;

  

ShowButtons - whether the buttons are to be visible

  property ShowGlyphs;

  

ShowGlyphs - whether the Glyphs (small images) are to be shown on the buttons

  property ShowBevel;

  property Visible;

  

Visible - can the control be seen?

end;

Inheritance

TButtonPanel

  

TButtonPanel - a panel containing BitButtons

|

TCustomButtonPanel

  

TCustomButtonPanel - base class for TButtonPanel, a panel containing BitButtons

|

TCustomPanel

  

TCustomPanel: The base type for TPanel

|

TCustomControl

  

TCustomControl - a base class for many window controls

|

TWinControl

|

TControl

|

TLCLComponent

  

TLCLComponent - base class for LCL components

|

TComponent,IUnknown,IInterfaceComponentReference

|

TPersistent

|

TObject

The latest version of this document can be found at lazarus-ccr.sourceforge.net.