System.ImageList.TImageLink.IgnoreImages

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IgnoreImages: Boolean read FIgnoreImages write FIgnoreImages;

C++

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

Properties

Type Visibility Source Unit Parent
property public
System.ImageList.pas
System.ImageList.hpp
System.ImageList TImageLink

Description

Indicates whether the TImageLink object triggers a call to Change when Images changes.

See Also