Vcl.Touch.Keyboard.TKeyCaptions

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTKeyCaptions

Delphi

TKeyCaptions = class sealed

C++

class PASCALIMPLEMENTATION TKeyCaptions : /*[[sealed]]*/ public System::TObject

Properties

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

Description

Class storing key caption override data.

TKeyCaptions is a class used to store key caption overrides in a TKeyCaptionArray type. The TKeyCaptions class allows users to Add, Delete, and determine caption overrides for a TCustomKeyboardButton instance.

Note: TKeyCaptions is sealed and therefore cannot be derived any further.

See Also