Vcl.Touch.Keyboard.TKeyCaptions.Count

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Count: Integer read GetCount;

C++

__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 TKeyCaptions

Description

Specifies the number of key captions the class instance has.

UseCount to read the number of key captions that are currently in a TKeyCaptions instance.

Note: Count is a read-only property; its value gets modified when key captions are added, deleted, or both to or from the Items list.

See Also