Vcl.ScreenTips.TScreenTipsManager.ScreenTips

From RAD Studio API Documentation

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. {{#multireplace:Vcl.ScreenTips.TScreenTipsManager.ScreenTips|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Vcl.ScreenTips.TCustomScreenTipsManager.ScreenTips|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Vcl.ScreenTips.TCustomScreenTipsManager.ScreenTips|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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