Vcl.ScreenTips.TCustomScreenTipsPopup
Delphi
TCustomScreenTipsPopup = class(TCustomControl, IScreenTipItem)
C++
class PASCALIMPLEMENTATION TCustomScreenTipsPopup : public Vcl::Controls::TCustomControl
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Vcl.ScreenTips.pas Vcl.ScreenTips.hpp |
Vcl.ScreenTips | Vcl.ScreenTips |
Description
Base class for TScreenTipsPopup.
TCustomScreenTipsPopup is the base class for TScreenTipsPopup, which is used for screen tips of actions attached to components that are not part of ribbons. You do not need to instantiate this class. See the TScreenTipsPopup documentation for further details.