Repository enrolled image to show in the control
Member of Book Item (PRIM_BOOK.BookItem)
Data Type - PRIM_FLBX - Base graphic class for all image type components
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.
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 <= #BookItem.Image *As #Prim_bmp Endroutine
Febuary 18 V14SP2