My code is as follows:
for I := 1 to 10 do begin index := ImageEnMView1.AppendImage; ImageEnMView1.ImageFileName[index] := I.ToString; end;
At this point, ImageEnMView has not loaded any images. After running, the default display is the same image. Can I replace it with my own default image?
 |