ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage properties / Properties associated with windows, pages and controls
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
The EndControl property is used to determine or change the end control of a Wire control.
Example
// Create and initialize a Wire control
// This wire links the BTN_ControlA and BTN_ControlB controls
WireName is Control
WireName <- ControlCreate("", typWire)
WireName.StartControl = BTN_ControlA
WireName.EndControl = BTN_ControlB
Syntax

Finding out the end control of a Wire control Hide the details

<Result> = <Control used>.EndControl
<Result>: Character string
Name of the control.
<Control used>: Control name
Name of the Wire control.

Modifying the end control of a Wire control Hide the details

<Control used>.EndControl = <New End Control>
<Control used>: Control name
Name of the Wire control.
<New End Control>: Character string
Name of new end control.
Remarks
Minimum version required
  • Version 21
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help