Sets the position of the target end of an arrow in a "Shape" control.
// Move ends of an arrow
ArrowStart(SHA_Arrow1, 5, 5)
ArrowEnd(SHA_Arrow1, 5, 15)
Syntax
ArrowEnd(<Shape control> , <X> , <Y>)
<Shape control>: Control name
Name of the Shape control to be used. This Shape control must be an arrow.
<X>: Integer
Horizontal position (or X-coordinate) of the target end of the arrow (in pixels).
<Y>: Integer
Vertical position (or Y-coordinate) of the target end of the arrow (in pixels).
Remarks
Caution: No compilation error occurs if the name of the Shape control passed as parameter is not an arrow. However, a WLanguage error will occur at runtime.
Business / UI classification: UI Code