Vcl.ScreenTips.TScreenTipItem.Description

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

Delphi

property Description: TStrings read FDescription write SetDescription;

C++

__property System::Classes::TStrings* Description = {read=FDescription, write=SetDescription};

プロパティ

種類 可視性 ソース ユニット
property published
Vcl.ScreenTips.pas
Vcl.ScreenTips.hpp
Vcl.ScreenTips TScreenTipItem

説明

ヒントのテキスト。

Description は、画面ヒント処理が発生しているアクションまたはコントロールが有効である場合に、画面ヒント ポップアップ ウィンドウの本体部分に現れるテキストを表します。

関連項目