System.ImageList.TImageLink.IgnoreIndex

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IgnoreIndex: Boolean read FIgnoreIndex write FIgnoreIndex;

C++

__property bool IgnoreIndex = {read=FIgnoreIndex, write=FIgnoreIndex, 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 ImageIndex changes.

See Also