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
The ShapeExtremityEnd property is used to identify and change the type of shape used for the end of a Wire control.
Ejemplo
// 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
WireName.ShapeExtremityStart = shapeDiamond
WireName.ShapeExtremityEnd = shapeCircle
WireName.ShapeExtremitySize = 8
Sintaxis

Finding out the type of shape used for the end extremity of a Wire control Ocultar los detalles

<Result> = <Wire control>.ShapeExtremityEnd
<Result>: Integer constant
Type of shape used:
shapeNoneNo shape.
shapeSquareEnd shape: Square.
shapeArrowEnd shape: Arrow.
shapeDiamondFinishing end shape: Losange.
shapeCircleEnd shape: Round.
shapeTriangleEnd shape: Triangle.
<Wire control>: Control name
Name of the Wire control to be used.

Modifying the type of shape used for the end extremity of a Wire control Ocultar los detalles

<Wire control>.ShapeExtremityEnd = <New shape>
<Wire control>: Control name
Name of the Wire control to be used.
<New shape>: Integer constant
New shape to use at the end of the Wire control:
shapeNoneNo shape.
shapeSquareEnd shape: Square.
shapeArrowEnd shape: Arrow.
shapeDiamondFinishing end shape: Losange.
shapeCircleEnd shape: Round.
shapeTriangleEnd shape: Triangle.
Observaciones
  • The color of the source and target shape in a Wire control is set by the Color property.
  • The size of the source and target shape in a Wire control is set by the ShapeExtremitySize property.
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