Vcl.ScreenTips.TScreenTipsWindow.ActiveItem

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ActiveItem: TScreenTipItem read FActiveItem;

C++

__property TScreenTipItem* ActiveItem = {read=FActiveItem};

Properties

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

Description

The active screen tip item.

ActiveItem represents the active screen tip item that is shown in the screen tip window. The property is read-only.

See Also