Imagelist.replace Method [AX 2012]
Replaces an existing image in the list.
public int replace(int imageIdx, Image image)
Run On
ClientParameters
- imageIdx
- Type: int
The number of the image that you want to replace in the list.
- image
- Type: Image Class
The image that you want to use to replace the existing image.
Community Additions
ADD
Show: