[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 118

type TButtonPanel = class(TCustomButtonPanel) end;

published

  property Align: TAlign;

  

Specifies the placement of the control inside its Parent.

  property Anchors: TAnchors;

  

The set of anchor definitions for this control.

  property AutoSize: Boolean;

  

Allows to automatically adjust the size of the control, according to its content.

  property BorderSpacing: TControlBorderSpacing;

  property Constraints: TSizeConstraints;

  property Enabled: Boolean;

  property OKButton: TPanelBitBtn;

  

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

  property HelpButton: TPanelBitBtn;

  

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

  property CloseButton: TPanelBitBtn;

  

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

  property CancelButton: TPanelBitBtn;

  

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

  property Color: TColor;

  property ButtonOrder: TButtonOrder;

  

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

  property TabOrder: TTabOrder;

  

Determines the sequence of controls, reachable when the user presses the Tab key.

  property DefaultButton: TPanelButton;

  

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

  property Spacing: TSpacingSize;

  property OnClick: TNotifyEvent;

  

Notification handler for mouse clicks.

  property OnDblClick: TNotifyEvent;

  

Event Handler for double mouse clicks.

  property OnDragDrop: TDragDropEvent;

  

This handler determines the action on an drop onto this control, in a drag-drop operation.

  property OnEnter: TNotifyEvent;

  

Handler for control receiving the focus.

  property OnExit: TNotifyEvent;

  

Handler for control loosing the focus. This is a good place for checking the finished user input.

  property OnKeyDown: TKeyEvent;

  

Handler for keyboard key pressed.

  property OnKeyPress: TKeyPressEvent;

  

Handler for a character entered by the user.

  property OnKeyUp: TKeyEvent;

  

Handler for keyboard key released.

  property OnMouseDown: TMouseEvent;

  

Event handler for mouse button going down.

  property OnMouseEnter: TNotifyEvent;

  property OnMouseLeave: TNotifyEvent;

  property OnMouseMove: TMouseMoveEvent;

  

Event handler for mouse movement within the control.

  property OnMouseUp: TMouseEvent;

  

Event handler for mouse button going up.

  property OnMouseWheel: TMouseWheelEvent;

  property OnMouseWheelDown: TMouseWheelUpDownEvent;

  property OnMouseWheelUp: TMouseWheelUpDownEvent;

  property OnResize: TNotifyEvent;

  

Notification handler for a resize of the control.

  property OnUTF8KeyPress: TUTF8KeyPressEvent;

  

Handler for a character entered by the user.

  property ShowButtons: TPanelButtons;

  

ShowButtons - whether the buttons are to be visible

  property ShowGlyphs: TPanelButtons;

  

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

  property ShowBevel: Boolean;

  property Visible: Boolean;

  

Allows to show or hide the control, and all of its children.

Inheritance

TButtonPanel

  

TButtonPanel - a panel containing BitButtons

|

TCustomButtonPanel

  

TCustomButtonPanel - base class for TButtonPanel, a panel containing BitButtons

|

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

  

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

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