ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Diagram editor functions / Types of variables
  • Properties specific to diagWaypoint variables
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
diagWaypoint (Type of variable)
In french: diagPointDePassage
The diagWaypoint type is used to define all the advanced characteristics of a connector waypoint. The characteristics of this waypoint can be defined and changed using different WLanguage properties.
Remark: For more details on the declaration of this type of variable and the use of WLanguage properties, see Declaring a variable.
Example
Shape is diagShape
dConnector is diagConnector
dWaypoint is diagWaypoint
dWaypoint.X = 100
dWaypoint.Y = 50
dConnector.WayPoint.Add(dWaypoint)
Properties

Properties specific to diagWaypoint variables

The following properties can be used to handle a waypoint:
Property nameType usedEffect
LinkdiagConnectorConnector used.
XRealX-coordinate of the waypoint in the diagram. This position is expressed in pixels.
YRealY-coordinate of the waypoint in the diagram. This position is expressed in pixels.
Minimum version required
  • Version 27
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/23/2023

Send a report | Local help