Unit 'ButtonPanel' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#lcl]

TPanelButtons

Set type used to store TPanelButton values.

Declaration

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.

);

Description

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.

See also

TPanelButton

  

Enumeration with values that represent the button types used on TButtonPanel.

TCustomButtonPanel.ShowButtons

  

Indicates the buttons displayed on the panel.

TCustomButtonPanel.ShowGlyphs

  

Indicates the panel buttons displayed with Glyphs (small images).