Vcl.ScreenTips.TCustomScreenTipsPopup.Glyph

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Glyph: TPicture read GetPicture write SetPicture;

C++

__property Vcl::Graphics::TPicture* Glyph = {read=GetPicture, write=SetPicture};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ScreenTips.pas
Vcl.ScreenTips.hpp
Vcl.ScreenTips TCustomScreenTipsPopup

Description

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