Vcl.ScreenTips.TScreenTipsWindow.HintControl

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

Delphi

property HintControl: TControl read FHintControl write FHintControl;

C++

__property Vcl::Controls::TControl* HintControl = {read=FHintControl, write=FHintControl};

プロパティ

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

説明

画面ヒント処理が発生しているコントロール。

HintControl は、画面ヒント処理が発生しているコントロールを表します。

関連項目