Vcl.ScreenTips.TScreenTipsPopup
Delphi
TScreenTipsPopup = class(TCustomScreenTipsPopup)
C++
class PASCALIMPLEMENTATION TScreenTipsPopup : public TCustomScreenTipsPopup
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Vcl.ScreenTips.pas Vcl.ScreenTips.hpp |
Vcl.ScreenTips | Vcl.ScreenTips |
Description
Class used to offer screen tips support for non-ribbon components.
TScreenTipsPopup is a class used for screen tips of actions attached to components that are not part of ribbons. You must add a TScreenTipsPopup component to your form for every non-ribbon component of the form for which you want to have a screen tip. Also, you must set its Associate property to that component and the ScreenTipManager property to the TScreenTipsManager used in the application.