Vcl.ScreenTips.TCustomScreenTipsPopup.ScreenTip

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ScreenTip: TScreenTipItem read FScreenTip write SetScreenTip;

C++

__property TScreenTipItem* ScreenTip = {read=FScreenTip, write=SetScreenTip};

Properties

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

Description

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

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

See Also