Vcl.ScreenTips.TCustomScreenTipsManager.Footer

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

Delphi

property Footer: string read FFooter write FFooter stored IsFooterStored;

C++

__property System::UnicodeString Footer = {read=FFooter, write=FFooter, stored=IsFooterStored};

プロパティ

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

説明

画面ヒントのフッター テキストを定義します。

Footer は、画面ヒント ウィンドウのフッター部分に現れるテキストを表します。

TScreenTipsManager を使用すると、[画面のヒントの編集] デザイナ ウィンドウで、このプロパティの設定や生成をすることができます。また、FooterGenerateScreenTips を使用しても生成することができます。


関連項目