FMX.Types.VKAutoShowMode
Delphi
VKAutoShowMode: TVKAutoShowMode = TVKAutoShowMode.DefinedBySystem;
C++
extern DELPHI_PACKAGE TVKAutoShowMode VKAutoShowMode;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| variable | public | FMX.Types.pas FMX.Types.hpp |
FMX.Types | FMX.Types |
Description
Is primarily used for debugging purposes.
Possible values defined in the TVKAutoShowMode type are: DefinedBySystem, Never, and Always.
The VKAutoShowMode variable is checked by the Windows implementation of the GetVirtualKeyBoardState method. If VKAutoShowMode is Always, then GetVirtualKeyboardState returns Always. This enforces that the virtual (onscreen) keyboard appears automatically for Windows applications even if a device has a physical keyboard. Such behavior can be useful while testing the behavior of a mobile application debugged under the Windows platform.