Set type used to store TPanelButton values.
Source position: buttonpanel.pas line 25
type TPanelButtons = set of ( |
||
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. |
); |
TPanelButtons is a set type used to store enumeration values from TPanelButton. TPanelButtons is the type used to implement the ShowButtons and ShowGlyphs properties in TButtonPanel.
|
Enumeration with values that represent the button types used on TButtonPanel. |
|
|
Indicates the buttons displayed on the panel. |
|
|
Indicates the panel buttons displayed with Glyphs (small images). |