[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 49
type TCustomButtonPanel = class(TCustomPanel) |
||
protected |
||
procedure Loaded; override; |
||
procedure Notification(); override; |
||
public |
||
constructor Create(); override; |
|
|
destructor Destroy; override; |
|
|
property OKButton: TPanelBitBtn; [rs] |
|
OKButton - a button with the caption 'OK' signifying acceptance by the user |
property HelpButton: TPanelBitBtn; [rs] |
|
HelpButton - a button with the 'Help' caption, for requesting help |
property CloseButton: TPanelBitBtn; [rs] |
|
CloseButton - a button with the 'Close' caption for terminating the Form or panel |
property CancelButton: TPanelBitBtn; [rs] |
|
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 |
end; |
|
TCustomButtonPanel - base class for TButtonPanel, a panel containing BitButtons |
|
| | ||
TCustomPanel |
||
? | ||
TObject |