Vcl.ScreenTips.TScreenTipsWindow.HintControl

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HintControl: TControl read FHintControl write FHintControl;

C++

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

Properties

Type Visibility Source Unit Parent
property public
Vcl.ScreenTips.pas
Vcl.ScreenTips.hpp
Vcl.ScreenTips TScreenTipsWindow

Description

The control for which screen tip processing is occurring.

HintControl represents the control for which screen tip processing is occuring.

See Also