[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
A set of constants to define the state of a SpeedButton.
Source position: buttons.pp line 50
type TButtonState = ( |
||
bsUp, |
|
Draw the button in its up state. |
bsDisabled, |
|
Draw the button in its disabled state. |
bsDown, |
|
Draw the button in its down state. |
bsExclusive, |
|
Draw the button as the only one down in its group. |
bsHot |
||
); |
TButtonState is an enumerated type with constants that define the drawing state for a button. TButtonState is the type used to implement the State property in TCustomSpeedButton.
lazarus-ccr.sourceforge.net |