ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / Developing an application or website / Controls, windows and pages / Controls: Available types / Wire control
  • Overview
  • Manipulating Wire controls programmatically
  • The WLanguage functions
  • Properties specific to Wire controls
Manipulating Wire controls programmatically
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Overview
WINDEV allows you to programmatically manipulate Wire controls. To do so, use the variable of the Wire control in the code.
To manipulate a Wire control through programming, WINDEV proposes several functions and properties.
This help page explains how to programmatically manipulate Wire controls.
Manipulating Wire controls programmatically

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 Wire controls

The following properties are specific to the programmatic management of Wire control queue characteristics:
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 target control of a Wire control.
MaxNbSegmentThe MaxNbSegment property gets and sets 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 source 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 Wire controls, see Wire control properties.
Minimum version required
  • Version 21
Comments
Click [Add] to post a comment

Last update: 09/30/2024

Send a report | Local help