Vcl.ScreenTips.TScreenTipsPopup.ScreenTip

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ScreenTip: TScreenTipItem read FScreenTip write SetScreenTip;

C++

__property ScreenTip;

Properties

Type Visibility Source Unit Parent
property published
Vcl.ScreenTips.pas
Vcl.ScreenTips.hpp
Vcl.ScreenTips TScreenTipsPopup

Description

The screen tip pop-up’s screen tip item.

Vcl.ScreenTips.TScreenTipsPopup.ScreenTip inherits from Vcl.ScreenTips.TCustomScreenTipsPopup.ScreenTip. All content below this line refers to Vcl.ScreenTips.TCustomScreenTipsPopup.ScreenTip.

The screen tip pop-up’s screen tip item.

ScreenTip represents the screen tip of the screen tip pop-up.

See Also