
Executed whenever a related reference is assigned to the item via the RelatedReference property
Member of Tree Design Interface (PRIM_TREE.ITreeDesign)
Parameters
Name | Type | Data Type | Description |
---|---|---|---|
TreeItem | *Input | PRIM_TREE.TreeItem | Reference to the item whose RelatedReference has been set |
Details
The OnItemGotReference method is executed whenever a data object instance is assigned to the item via the RelatedReference property. This provides a simple means by which a data object and list item can be joined together, and then used to provide the values shown in the design.
Example
Redefine the method in the design reusable part.
Mthroutine Name(OnItemGotReference) Options(*redefine) * User code here Endroutine
See also
LANSA Version 15, April 2020