Vcl.ScreenTips.TCustomScreenTipsPopup

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.Controls.TCustomControlVcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTCustomScreenTipsPopup

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.

See Also