|
|
|
|
|
ArrowEnd (Function) In french: FlècheFin Sets the position of the target end of an arrow in a "Shape" control.
ArrowStart(FRM_Flèche1, 5, 5)
ArrowEnd(FRM_Flèche1, 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 Warning No compilation error is detected if the name of the Shape control passed in parameter is not of type arrow. However, a WLanguage error will occur at runtime. Business / UI classification: UI Code
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|