ImageEn, unit iemview

TImageEnMView.ImageTag

TImageEnMView.ImageTag

Declaration

property ImageTag[Index: Integer]: NativeInt;

Description

Associates a numeric Integer value with the image at Index.

Note:
This property is not used by TImageEnMView in any way and is provided for custom use (similar to the Tag property of components).
The value is not loaded/saved from file and streams, or copied/pasted to clipboard.

Example

// Set tag for image
ImageEnMView1.ImageTag[22] := 5;