Vcl.ScreenTips.TCustomScreenTipsManager.ScreenTips

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ScreenTips: TScreenTipsCollection read GetScreenTips  write SetScreenTips stored IsScreenTipItemsStored;

C++

__property TScreenTipsCollection* ScreenTips = {read=GetScreenTips, write=SetScreenTips, stored=IsScreenTipItemsStored};

Properties

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

Description

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