Vcl.ScreenTips.TCustomScreenTipsManager

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTCustomScreenTipsManager

Delphi

TCustomScreenTipsManager = class(TComponent)

C++

class PASCALIMPLEMENTATION TCustomScreenTipsManager : public System::Classes::TComponent

Properties

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

Description

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