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 ShapeExtremityStart property gets and sets the source end shape of a Wire control.
Ejemplo
// Création et initialisation d'un champ Fil 
// Ce fil relie le champ BTN_ChampA et le champ BTN_ChampB
NomFil is Control

NomFil <- ControlCreate("", typWire)
NomFil.ChampDépart = BTN_ChampA
NomFil.ChampArrivée = BTN_ChampB
NomFil.FormeExtrémitéDépart = shapeDiamond
NomFil.FormeExtrémitéArrivée = shapeCircle
NomFil.FormeExtrémitéTaille = 8
Sintaxis

Getting the source end shape in a Wire control Ocultar los detalles

<Result> = <Wire control>.ShapeExtremityStart
<Result>: Integer constant
Type of shape used:
shapeNoneNo shape.
shapeSquareStarting end shape: Square.
shapeArrowStarting end shape: Arrow.
shapeDiamondShape of starting end: Losange.
shapeCircleShape of starting end: Round.
shapeTriangleShape of starting end: Triangle.
<Wire control>: Control name
Name of the Wire control to be used.

Modifying the source end shape in a Wire control Ocultar los detalles

<Wire control>.ShapeExtremityStart = <New shape>
<Wire control>: Control name
Name of the Wire control to be used.
<New shape>: Integer constant
New shape to use at the start of the Wire control:
shapeNoneNo shape.
shapeSquareStarting end shape: Square.
shapeArrowStarting end shape: Arrow.
shapeDiamondShape of starting end: Losange.
shapeCircleShape of starting end: Round.
shapeTriangleShape of starting end: 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: 21/09/2024

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