ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / Developing an application or website / Controls, windows and pages / Controls: Available types / Wire control
  • Overview
  • Handling the Wire control through programming
  • The WLanguage functions
  • Properties specific to the management of a Wire control
Handling a Wire control through programming
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
Overview
WINDEV allows you to handle a Wire control through programming. To do so, use the variable of the Wire control in the code.
To handle a Wire control through programming, WINDEV proposes several functions and properties.
This help page explains how to handle a Wire control through programming.
Handling the Wire control through programming

The WLanguage functions

The following WLanguage functions are used to handle a Wire control:
AttachPointAddDefines an attach point for one of the two extremities of a Wire control.
AttachPointDeleteAllDeletes all the connection points for a control.

Properties specific to the management of a Wire control

The following properties are used to manage the characteristics of a Wire control through programming:
AttachPointEndThe AttachPointEnd property gets and sets the position of the end attachment point of a Wire control.
AttachPointStartThe AttachPointStart property gets and sets the position of the start attachment point of a Wire control.
EndControlThe EndControl property gets or sets the end control of a Wire control.
MaxNbSegmentThe MaxNbSegment property is used to get and change the maximum number of line segments for drawing a Wire control.
OriginWaypointThe OriginWaypoint property is used to get and define the origin of points whose coordinates are specified in the WayPoint property.
ShapeExtremityEndThe ShapeExtremityEnd property is used to identify and change the type of shape used for the end of a Wire control.
ShapeExtremitySizeThe ShapeExtremitySize property is used to identify and change the size of the shape at the beginning and end of a Wire control.
ShapeExtremityStartThe ShapeExtremityStart property gets and sets the source end shape of a Wire control.
StartControlThe StartControl property gets and sets the start control of a Wire control.
WayPointThe WayPoint property is used to determine and change the points a Wire control has to pass through.
For a complete list of WLanguage properties that can be used with a Wire control, see Properties associated with Wire controls.
Minimum version required
  • Version 21
Comments
Click [Add] to post a comment

Last update: 01/26/2023

Send a report | Local help