Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxStatusBarKeyboardState Enum

Defines the keyboard states used by the keyboard state panel on the status bar.

#Declaration

Delphi
TdxStatusBarKeyboardState = (
    dxksCapsLock,
    dxksNumLock,
    dxksScrollLock,
    dxksInsert
);

#Members

Name
dxksCapsLock
dxksNumLock
dxksScrollLock
dxksInsert

#Remarks

Options include:

Value Meaning
dxksCapsLock The value for CAPS LOCK.
dxksNumLock The value for NUM LOCK.
dxksScrollLock The value for SCOLL LOCK.
dxksInsert The value for Insert/Overwrite.
See Also