Vcl.Touch.Keyboard.TKeyCaptions

提供: RAD Studio API Documentation
移動先: 案内検索

System.TObjectTKeyCaptions

Delphi

TKeyCaptions = class sealed

C++

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

プロパティ

種類 可視性 ソース ユニット
class public
Vcl.Touch.Keyboard.pas
Vcl.Touch.Keyboard.hpp
Vcl.Touch.Keyboard Vcl.Touch.Keyboard

説明

キーのキャプションのオーバーライド データを格納するクラス。

TKeyCaptions は、TKeyCaptionArray 型にキーのキャプションのオーバーライドを格納するのに使用するクラスです。TKeyCaptions クラスを使用すると、TCustomKeyboardButton インスタンスのキャプションのオーバーライドを AddDelete、および決定できます。

メモ:  TKeyCaptions はシールされているため、これ以上派生させられません。

関連項目