API:Vcl.ScreenTips.TScreenTipsPopup

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.ScreenTips.TCustomScreenTipsPopupVcl.Controls.TCustomControlVcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTScreenTipsPopup

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

Base class for TScreenTipsPopup.

Vcl.ScreenTips.TScreenTipsPopup inherits from Vcl.ScreenTips.TCustomScreenTipsPopup. All content below this line refers to Vcl.ScreenTips.TCustomScreenTipsPopup.

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