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

Compare with Current View Page History

Version 1 Current »

List Cell Interface - OnItemRealizing Method
Executed whenever the design enters the on screen portion of the control
Member of List Cell Interface (PRIM_LIST.IListCellDesign)

Parameters

Name

Type

Data Type

Description

ListItem

*Input

PRIM_LIST.ListItem

Reference to the list item whose design is being realized

Details


The OnItemRealizing method is executed when the design instance is realized.
Design instances are realized on creation if the List DesignCreation property is set to Immediate. If it is set to OnViewing, the designs are only realized when necessary. This allows for the overhead of item updating to be delayed if required.

Example


Redefine the method in the design reusable part.
Mthroutine Name(OnItemRealizing) Options(*Redefine)
#Com_owner.Update
Endroutine

See also

All Component Classes
Technical Reference

  • No labels