Vcl.ScreenTips.TCustomScreenTipsPopup.Glyph

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Glyph: TPicture read GetPicture write SetPicture;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Vcl.ScreenTips.pas
Vcl.ScreenTips.hpp
Vcl.ScreenTips TCustomScreenTipsPopup

Beschreibung

Das der QuickInfo hinzugefügte Bild.

Glyph repräsentiert das dem QuickInfo-Popup hinzugefügte Symbol, wenn PopupType auf ptCustom gesetzt wird.

Siehe auch