FMX.ImgList.TGlyph.Images

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Images: TCustomImageList read GetImages write SetImages stored ImagesStored;

C++

__property TCustomImageList* Images = {read=GetImages, write=SetImages, stored=ImagesStored};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
FMX.ImgList.pas
FMX.ImgList.hpp
FMX.ImgList TGlyph


Beschreibung

Legt die Referenz auf eine TCustomImageList-Bilderliste zum Zeichnen von Bildern auf die Komponente fest.

Wenn die TCustomImageList-Liste leer ist, dann ist Images nil/null.

Rufen Sie ImagesChanged auf, wenn Images geändert wird.

Siehe auch