Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
Set_Property(OLECtrlEntID, "OLE.ImageList", ArrayValue)

Values

ArrayValue has the following following @FM structure:

PosNameTypeDescriptionDefault
<1>Image PathFormatted StringThe path to the image file""
<2>FramesIntegerThe number of frames into which the bitmap is to be divided1
<3>Transparent ColorFormatted StringThe color within the bitmap not to be drawn. Use "Auto" to designate the top-left most pixel colorAuto

...

The ImageList property allows you to set an image containing all images used in the control. For more information on image types, transparent colors, and frame counts see the Image documentation.

Example

Code Block
ImageList<1> = "c:\reportimages.bmp":@VM:4:@VM:"Auto" 
Set_Property(@Window:".OLE_REPORTTABLE", "OLE.ImageList", ImageList"c:\reportimages.bmp":@FM:4:@FM:"Auto")