Vcl.ScreenTips.TAssociateItem.PopupTip

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property PopupTip: TControl read FPopupTip write FPopupTip;

C++

__property Vcl::Controls::TControl* PopupTip = {read=FPopupTip, write=FPopupTip};

Properties

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

Description

The screen tip pop-up.

PopupTip represents the screen tip pop-up associated with the Associate control on which the screen tip processing is performed.

See Also