Vcl.ScreenTips.IScreenTipItem

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IScreenTipItem = interface

C++

__interface  INTERFACE_UUID("{FC7D9558-D3EC-4C4D-8E68-ADFEC71451B1}") IScreenTipItem  : public System::IInterface

Properties

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

Description

Interface used for TCustomScreenTipsPopup.

IScreenTipItem is an interface used by non-ribbon components. IScreenTipItem adds the GetScreenTipItem method to the classes that implement it.

See Also