[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
TButtonPanel - a panel containing BitButtons
Source position: buttonpanel.pas line 118
type TButtonPanel = class(TCustomButtonPanel) end; |
||
published |
||
|
Specifies the placement of the control inside its Parent. |
|
|
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 ButtonOrder: TButtonOrder; |
|
ButtonOrder - the order in which the series of buttons will appear on the panel |
|
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. |
|
Handler for keyboard key pressed. |
|
property OnKeyPress: TKeyPressEvent; |
|
Handler for a character entered by the user. |
|
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. |
|
TButtonPanel - a panel containing BitButtons |
|
| | ||
|
TCustomButtonPanel - base class for TButtonPanel, a panel containing BitButtons |
|
| | ||
|
The base class for a general container which can hold other objects. It has a customizable border and a central text. |
|
| | ||
|
The base class for windowed controls which paint themselves. |
|
| | ||
|
The base class for controls which can contain other (child) controls. |
|
| | ||
|
The base class for visible controls. |
|
| | ||
|
The base class for LCL components associated with widgets. |
|
| | ||
TComponent |
||
? | ||
TObject |
lazarus-ccr.sourceforge.net |