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

TPanelButton

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

Declaration

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.

);

Description

TPanelButton is an enumeration type with values which represent the button types used on TButtonPanel.

See also

TButtonPanel

  

Implements a panel with Bitmap Button instances.