You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Book Design Interface - OnItemImageChanged Method
Executed when the item Image property is modified
Member of Book Design Interface (PRIM_BOOK.IBookDesign)

Parameters

Name

Type

Data Type

Description

BookItem

*Input

PRIM_BOOK.BookItem

Reference to the Item

Details


The OnItemImageChanged method is executed whenever a the image property of the list item is set.
This allows for a simple handling of images within the list and mitigates the need for user defined features.

Example


Redefine the method in the design reusable part.
Mthroutine Name(OnItemImageChanged) Options(*Redefine)
#Image.Image <= #BookItem.Image *As #Prim_bmp
Endroutine

See also

All Component Classes
Technical Reference

  • No labels