System.ImageList.TImageLink.ImageIndex
Delphi
property ImageIndex: TImageIndex read FImageIndex write SetImageIndex;
C++
__property System::Uitypes::TImageIndex ImageIndex = {read=FImageIndex, write=SetImageIndex, nodefault};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | System.ImageList.pas System.ImageList.hpp |
System.ImageList | TImageLink |
Description
The index of an image from the list of images.
If IgnoreIndex is False
, any change to ImageIndex triggers a call to Change.