Vcl.Touch.Keyboard.TTouchKeyboard.Layout

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Layout: TKeyboardLayout read FLayout write SetLayout default 0;

C++

__property Layout = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.Touch.Keyboard.pas
Vcl.Touch.Keyboard.hpp
Vcl.Touch.Keyboard TTouchKeyboard

Description

Specifies the current keyboard layout.

Vcl.Touch.Keyboard.TTouchKeyboard.Layout inherits from Vcl.Touch.Keyboard.TCustomTouchKeyboard.Layout. All content below this line refers to Vcl.Touch.Keyboard.TCustomTouchKeyboard.Layout.

Specifies the current keyboard layout.

Use the Layout property at design time to select layout types from the available ones.

See Also