Vcl.ScreenTips.TScreenTipsPopup.Glyph

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Glyph: TPicture read GetPicture write SetPicture;

C++

__property Glyph;

Properties

Type Visibility Source Unit Parent
property published
Vcl.ScreenTips.pas
Vcl.ScreenTips.hpp
Vcl.ScreenTips TScreenTipsPopup

Description

The image attached to the screen tip.

Vcl.ScreenTips.TScreenTipsPopup.Glyph inherits from Vcl.ScreenTips.TCustomScreenTipsPopup.Glyph. All content below this line refers to Vcl.ScreenTips.TCustomScreenTipsPopup.Glyph.

The image attached to the screen tip.

Glyph represents the symbol attached to the screen tip pop-up, when PopupType is set to ptCustom.

See Also