Enumeration with values that represent the button types used on TButtonPanel.
Source position: buttonpanel.pas line 24
type TPanelButton = ( |
||
pbOK, |
|
Represents the OK button on the panel. |
pbCancel, |
|
Represents the Cancel button on the panel. |
pbClose, |
|
Represents the Close button on the panel. |
pbHelp |
|
Represents the Help button on the panel. |
); |
TPanelButton is an enumeration type with values which represent the button types used on TButtonPanel.
|
Implements a panel with Bitmap Button instances. |