Page History
...
Name | Type | Data Type | Description |
|---|---|---|---|
Result | *Result (Optional) | Reference to the item containing the reference | |
RelatedReference | *Input | Object instance to search for | |
StartItem | *Input (Optional) | Item at which to start the search |
...
Mthroutine Name(Find)
Define_Map For(*Input) Class(#Prim_objt) Name(#Object) Pass(*By_Reference)
Define_Com Class(#prim_Caro.CarouselItem) Name(#FoundItem) Reference(*Dynamic)
Begin_Loop
#FoundItem <= #Carousel.FindReference( #Object #FoundItem )
Leave If(#FoundItem *Is *Null)
#FoundItem.Style <= #MyStyles<Highlight>
End_Loop
Endroutine