Vcl.ScreenTips.TScreenTipsManager.ScreenTips

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ScreenTips: TScreenTipsCollection read GetScreenTips write SetScreenTips stored IsScreenTipItemsStored;

C++

__property ScreenTips;

Properties

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

Description

Defines the ScreenTipManager’s screen tips collection.

Vcl.ScreenTips.TScreenTipsManager.ScreenTips inherits from Vcl.ScreenTips.TCustomScreenTipsManager.ScreenTips. All content below this line refers to Vcl.ScreenTips.TCustomScreenTipsManager.ScreenTips.

Defines the ScreenTipManager’s screen tips collection.

ScreenTips represents the collection of screen tip items associated with the actions from the LinkedActionLists.

To launch a Screen Tips Designer, double-click the TScreenTipsManager component in the design mode. The screen tips are edited here, so you do not need to use this property directly.

See Also