Vcl.ScreenTips.TCustomScreenTipsManager.ScreenTips

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

Delphi

property ScreenTips: TScreenTipsCollection read GetScreenTips

C++

__property TScreenTipsCollection* ScreenTips = {read=GetScreenTips, write=SetScreenTips, stored=IsScreenTipItemsStored};

プロパティ

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

説明

ScreenTipManager の画面ヒントのコレクションを定義します。

ScreenTips は、LinkedActionLists のアクション群に関連付けられている、画面ヒント アイテムのコレクションを表しています。

Screen Tips Designer を起動するには、設計モードで TScreenTipsManager コンポーネントをダブルクリックします。画面ヒントはここで編集できるため、プロパティを直接使用する必要はありません。

関連項目