Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Name

Type

Data Type

Description

Result

*Result (Optional)

PRIM_CARO.CarouselItem

Reference to the item containing the reference

RelatedReference

*Input

PRIM_OBJT

Object instance to search for

StartItem

*Input (Optional)

PRIM_CARO.CarouselItem

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&ltHighlight>

End_Loop

Endroutine

See also

All Component Classes

Technical Reference