[Overview][Types][Classes][Procedures and functions][Variables][Index] |
A set of constants to define the state of a SpeedButton.
Source position: buttons.pp line 55
type TButtonState = ( |
||
bsUp, |
|
|
bsDisabled, |
|
|
bsDown, |
|
|
bsExclusive, |
|
|
bsHot |
||
); |
lazarus-ccr.sourceforge.net |