ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Drawing functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Sets the position of the source end of an arrow in a "Shape" control.
Example
// Move ends of an arrow
ArrowStart(SHA_Arrow1, 5, 5)
ArrowEnd(SHA_Arrow1, 5, 15)
Syntax
ArrowStart(<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 source end of the arrow (in pixels).
<Y>: Integer
Vertical position (or Y-coordinate) of the source 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
Component: wd290obj.dll
Minimum version required
  • Version 11
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help