AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Propiedades WLanguage / Propiedades de ventanas, páginas y controles
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
Advertencia
A partir de la versión 27, OriginPassingPoint se conserva por motivos de compatibilidad. Esta propiedad ha sido reemplazada por OriginWaypoint.
The OriginWaypoint property is used to get and define the origin of points whose coordinates are specified in the WayPoint property.
Ejemplo
// The Wire control goes through the STC_Center control
WIRE_MyWire.OriginWaypoint = wireOriginWindow  
pt1 is Point = [STC_Center.X, STC_Center.Y]
WIRE_MyWire.WayPoint = [pt1]
Sintaxis

Identifying the origin of points specified in the WayPoint property Ocultar los detalles

<Result> = <Wire control>.OriginWaypoint
<Result>: Integer constant
Current origin used for point coordinates:
wireOriginStartControlThe coordinates are relative to the top left point of the source control of the Wire control.
wireOriginStartPointThe coordinates are relative to the starting point of the Wire control.
wireOriginWindowThe coordinates are relative to the origin of the window.
Note: This constant is used to force the Wire control to pass through a fixed position, even if the field is moved.
<Wire control>: Control name
Name of the Wire control to use.

Modifying the mandatory waypoints for a Wire control Ocultar los detalles

<Wire control>.WayPoint = <New Origin>
<Wire control>: Control name
Name of the Wire control to be used
<New Origin>: Integer constant
New origin taken into account for point coordinates:
wireOriginStartControlThe coordinates are relative to the top left point of the source control of the Wire control.
wireOriginStartPointThe coordinates are relative to the starting point of the Wire control.
wireOriginWindowThe coordinates are relative to the origin of the window.
Note: This constant is used to force the Wire control to pass through a fixed position, even if the field is moved.
Versión mínima requerida
  • Versión 21
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 10/05/2025

Señalar un error o enviar una sugerencia | Ayuda local