Vcl.Touch.Keyboard.TCustomKeyboardButton.Caption

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

Delphi

property Caption: string read FCaption write SetCaption;

C++

__property System::UnicodeString Caption = {read=FCaption, write=SetCaption};

プロパティ

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

説明

ユーザーにボタンを認識させるテキスト文字列を指定します。

Caption を使用して、TCustomKeyboardButton インスタンスのキャプションを取得もしくは修正します。

関連項目