Page History
...
Name | Type | Data Type | Description |
|---|---|---|---|
Result | *Result (Optional) | Reference to the new design instance | |
DesignType | *Input | Name of the reusable part to be used to create a new design instance |
...
Mthroutine Name(AddItem)
Define_Com Class(#prim_Carousel.CarouselItem) Name(#Item) Reference(*Dynamic)
#Item <= #Carousel.Add(#MyEmployeeItem)
#Item.RelatedReference <= #DataEmployee
Endroutine