System.ImageList.TImageLink.IgnoreImages

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property IgnoreImages: Boolean read FIgnoreImages write FIgnoreImages;

C++

__property bool IgnoreImages = {read=FIgnoreImages, write=FIgnoreImages, nodefault};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
System.ImageList.pas
System.ImageList.hpp
System.ImageList TImageLink


Beschreibung

Gibt an, ob das TImageLink-Objekt einen Aufruf von Change auslöst, wenn sich Images ändert.

Siehe auch