Vcl.ScreenTips.TScreenTipsWindow

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.Controls.THintWindowVcl.Controls.TCustomControlVcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTScreenTipsWindow

Delphi

TScreenTipsWindow = class(THintWindow)

C++

class PASCALIMPLEMENTATION TScreenTipsWindow : public Vcl::Controls::THintWindow

Properties

Type Visibility Source Unit Parent
class public
Vcl.ScreenTips.pas
Vcl.ScreenTips.hpp
Vcl.ScreenTips Vcl.ScreenTips

Description

Class that represents the pop-up window with the hint for each screen tip.

TScreenTipsWindow is used to display the screen tip for an action. The TScreenTipsWindow class is used by TScreenTipsManager when a screen tip is displayed. You do not need to instantiate it.

See Also