TTMSFNCCustomTouchKeyboard.LoadKeybdLayout Method
Loads a keyboard layout from a file and optionally resizes the keys or the keyboard control.
API unit family: TMSFNCTouchKeyboard
Declaring type: TTMSFNCCustomTouchKeyboard
Syntax
procedure LoadKeybdLayout(AFileName: string; AAutoSize: TTMSFNCAutoSizeLayout = aslKeyboard);
Parameters
| Name | Description |
|---|---|
AFileName |
Source file path. |
AAutoSize |
Controls whether keys or the whole keyboard are auto-sized after loading. |