Vcl.Touch.Keyboard.TKeyboardLayouts.Count

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class property Count: Integer read GetCount;

C++

/* static */ __property int Count = {read=GetCount, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Touch.Keyboard.pas
Vcl.Touch.Keyboard.hpp
Vcl.Touch.Keyboard TKeyboardLayouts

Description

Specifies the number of layouts managed by TKeyboardLayouts.

The Count property specifies the number of keyboard layouts currently registered in TKeyboardLayouts. To add more layouts, use the LoadFromStream or LoadFromResourceName method.

See Also