Vcl.Touch.Keyboard.TKeyCaptions.Items

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Items[const Index: Integer]: TKeyCaption read GetItems write SetItems; default;

C++

__property TKeyCaption Items[const int Index] = {read=GetItems, write=SetItems/*, default*/};

Properties

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

Description

List of TKeyCaption items.

Items is a list of TKeyCaption items used to store the key captions values. It can be used to access a specific TKeyCaption element by providing its index, or to modify the value of an existing element by providing the index and a TKeyCaption instance.

See Also