ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Controls, pages and windows / Drawing functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Sets the position of the target end of an arrow in a "Shape" control.
Example
// Déplacement des extrémités d'une flèche
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
Component: wd300obj.dll
Minimum version required
  • Version 11
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/27/2025

Send a report | Local help