Vcl.ScreenTips.TScreenTipsCollection

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TCollectionSystem.Classes.TPersistentSystem.TObjectTScreenTipsCollection

Delphi

TScreenTipsCollection = class(TCollection)

C++

class PASCALIMPLEMENTATION TScreenTipsCollection : public System::Classes::TCollection

Properties

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

Description

Class used to manage the screen tip collection.

TScreenTipsCollection represents a collection of ScreenTipItem objects used by TScreenTipsManager, which manages the screen tips of the application.

See Also