ImageIndex
Specifies index of image to be draw, from Images property of NextInspector.property ImageIndex: TImageIndex read FImageIndex write SetImageIndex default -1;Example:
NextInspector61.Images := ImageList1;
NextInspector61.Nodes[3].ImageIndex := 2;