Vcl.ScreenTips.TScreenTipItem

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TCollectionItemSystem.Classes.TPersistentSystem.TObjectTScreenTipItem

Delphi

TScreenTipItem = class(TCollectionItem)

C++

class PASCALIMPLEMENTATION TScreenTipItem : public System::Classes::TCollectionItem

Properties

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

Description

Class that represents the screen tip item.

TScreenTipItem represents the hint for the action and for non-ribbon components. The screen tips are managed by a TScreenTipsManager.

See Also