Frequently Asked Component Specific Questions

Options

Display all FAQ items

Search FAQ items:


Displaying items 1 to 1 of 1, page 1 of 1

<< previous next >>

TAdvSmoothTouchKeyboard
How to set the state of CAPSLOCK programmatically to down

Programmatically this can be done
for KeyboardType ktqwerty with:
AdvSmoothTouchKeyBoard1.PostKey(VK_CAPITAL, [], true, 29);
for KeyboardType ktAZERTY with:
AdvSmoothTouchKeyBoard1.PostKey(VK_CAPITAL, [], true, 28);