Vcl.Controls.TCustomHint.ImageIndex

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property ImageIndex: TImageIndex read FImageIndex write FImageIndex;

C++

__property System::Uitypes::TImageIndex ImageIndex = {read=FImageIndex, write=FImageIndex, nodefault};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TCustomHint

Beschreibung

Index in der Bilderliste.

ImageIndex indiziert die TImageList in Images und gibt an, welches Bild zusammen mit dem benutzerdefinierten Hinweis angezeigt wird.

Siehe auch