Vcl.ScreenTips.TScreenTipsManager.ScreenTips

From RAD Studio API Documentation
Revision as of 08:21, 13 July 2012 by BuildBot (talk | contribs) (Created page with '{{#lst:API:Vcl.ScreenTips.TScreenTipsManager.ScreenTips|api}} ==Description== {{#lsth:API:Vcl.ScreenTips.TScreenTipsManager.ScreenTips|Description}}')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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