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

type TButtonPanel = class(TCustomButtonPanel)

published

  property Align;

  

Specifies the placement of the control inside its Parent.

  property Anchors;

  

The set of anchor definitions for this control.

  property AutoSize;

  

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

  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;

  

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

  property DefaultButton;

  

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

  property Spacing;

  property OnClick;

  

Notification handler for mouse clicks.

  property OnDblClick;

  

Event Handler for double mouse clicks.

  property OnDragDrop;

  

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

  property OnEnter;

  

Handler for control receiving the focus.

  property OnExit;

  

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

  property OnKeyDown;

  

Handler for keyboard key pressed.

  property OnKeyPress;

  

Handler for a character entered by the user.

  property OnKeyUp;

  

Handler for keyboard key released.

  property OnMouseDown;

  

Event handler for mouse button going down.

  property OnMouseMove;

  

Event handler for mouse movement within the control.

  property OnMouseUp;

  

Event handler for mouse button going up.

  property OnResize;

  

Notification handler for a resize of the control.

  property OnUTF8KeyPress;

  

Handler for a character entered by the user.

  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;

  

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

end;

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