Vcl.Touch.Keyboard.TCustomTouchKeyboard.CaptionOverrides

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CaptionOverrides: TKeyCaptions read FKeyCaptions;

C++

__property TKeyCaptions* CaptionOverrides = {read=FKeyCaptions};

Properties

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

Description

Stores key caption overrides.

Use the CaptionOverrides property to store and access key caption overrides in the form of a TKeyCaptions instance.

The CaptionOverrides property is a public property that acts as a synthetic property at design time. This happens because the data it holds cannot be represented in the object inspector. Here, CaptionOverrides shows the names of the keys whose captions can be overridden.

Again, when overriding the captions based on the keyboard language through the object inspector, the language is blank, but you can programmatically specify an override for individual languages.

See Also