|
|
|
|
|
EndControl (Property) In french: ChampArrivée
The EndControl property gets or sets the end control of a Wire control. // 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
Getting 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.
Setting 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 the new end control.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|