TdxStatusBarKeyboardState Enum
In This Article
Defines the keyboard states used by the keyboard state panel on the status bar.
#Declaration
Delphi
TdxStatusBarKeyboardState = (
dxksCapsLock,
dxksNumLock,
dxksScrollLock,
dxksInsert
);
#Members
Name |
---|
dxks
|
dxks
|
dxks
|
dxks
|
#Remarks
Options include:
Value | Meaning |
---|---|
dxks |
The value for CAPS LOCK. |
dxks |
The value for NUM LOCK. |
dxks |
The value for SCOLL LOCK. |
dxks |
The value for Insert/Overwrite. |
See Also