API:Vcl.ScreenTips.TScreenTipsManager

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.ScreenTips.TCustomScreenTipsManagerSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTScreenTipsManager

Delphi

TScreenTipsManager = class(TCustomScreenTipsManager)

C++

class PASCALIMPLEMENTATION TScreenTipsManager : public TCustomScreenTipsManager

Properties

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

Description

Base class for TScreenTipsManager components.

Vcl.ScreenTips.TScreenTipsManager inherits from Vcl.ScreenTips.TCustomScreenTipsManager. All content below this line refers to Vcl.ScreenTips.TCustomScreenTipsManager.

Base class for TScreenTipsManager components.

TScreenTipsManager is a component that allows you to manage the screen tips in a ribbon application. TScreenTipsManager allows you, through a screen tips designer, to add, remove, edit, and generate screen tips for your ribbon application.

See Also