Vcl.Touch.Keyboard.TCustomKeyboardButton.Caption
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 インスタンスのキャプションを取得もしくは修正します。