[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
TCustomButtonPanel - base class for TButtonPanel, a panel containing BitButtons
Source position: buttonpanel.pas line 54
type TCustomButtonPanel = class(TCustomPanel) end; |
||
protected |
||
function CreateControlBorderSpacing; override; |
||
function CustomAlignInsertBefore(); override; |
||
procedure CustomAlignPosition(); override; |
||
procedure CalculatePreferredSize(); override; |
||
procedure Notification(); override; |
||
procedure SetAlign(); override; |
||
procedure CMAppShowBtnGlyphChanged(); message; |
||
procedure CMShowingChanged(); message; |
||
public |
||
constructor Create(); override; |
|
|
destructor Destroy; override; |
|
|
property Align: TAlign; |
||
property AutoSize: Boolean; |
|
TCustomButtonPanel default is True |
property OKButton: TPanelBitBtn; [r] |
|
OKButton - a button with the caption 'OK' signifying acceptance by the user |
property HelpButton: TPanelBitBtn; [r] |
|
HelpButton - a button with the 'Help' caption, for requesting help |
property CloseButton: TPanelBitBtn; [r] |
|
CloseButton - a button with the 'Close' caption for terminating the Form or panel |
property CancelButton: TPanelBitBtn; [r] |
|
CancelButton - a button with the 'Cancel' caption for cancelling the operation |
property ButtonOrder: TButtonOrder; [rw] |
|
ButtonOrder - the order in which the series of buttons will appear on the panel |
property DefaultButton: TPanelButton; [rw] |
|
DefaultButton - the button which represents the default action, selected by pressing 'Return' or 'Enter' |
property ShowButtons: TPanelButtons; [rw] |
|
ShowButtons - whether the buttons are to be visible |
property ShowGlyphs: TPanelButtons; [rw] |
|
ShowGlyphs - whether the Glyphs (small images) are to be shown on the buttons |
property ShowBevel: Boolean; [rw] |
||
property Spacing: TSpacingSize; [rw] |
||
|
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 |