Tile Item - Image Property

Repository enrolled image to show in the control

Member of Tile Item (PRIM_TILE.TileItem)

Data Type - PRIM_FLBX - Base graphic class for all image type components

Details

Image of the list item.
 
When the Image property is set the corresponding OnItemImageChanged method will be executed on the design interface.
 
This allows for a simple handling of images within the list and mitigates the need for user defined features.

Example

Responding to an change of Image on the item.
 
In this example, the assigned image is shown on an image control on the design.
Mthroutine Name(OnItemImageChanged) Options(*Redefine)
   #Image.Image <= #TileItem.Image *As #Prim_bmp
Endroutine

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2