A script-enabled browser is required for this page to function properly.

Populating an Image Item

Recall that although the definition of an image item is stored as part of the form module .FMB and .FMX files, no image file is actually associated with an image item until the item is populated at runtime.

Image items can be populated in the following ways:

At runtime, simply cut or copy an image to the clipboard, click in an empty image item, then choose Edit | Paste. The pasted image adopts the scaling of the image item into which you paste it. Adjust the image item's Sizing Style property accordingly -- either Crop or Adjust.


READ_IMAGE_FILE Built-in

WRITE_IMAGE_FILE Built-in