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 ColumnWidth property gets and sets the width of each column in a multi-column Looper control.
Remark: The column width of a RepeatString Looper control is defined in the editor when the control is described ("Column width" option in the "Details" tab of the control description).
Ejemplo
// Increases the width of columns found in "LOOP_CustomerInfo"
LOOP_CustomerInfo.ColumnWidth = LOOP_CustomerInfo.ColumnWidth + 15
// Is equivalent to: ZR_InfoClient.Width += 15
Sintaxis

Finding out the width of columns Ocultar los detalles

<Result> = <Looper control>.ColumnWidth
<Result>: Real
Width (in pixels) of the columns found in the specified Looper control.
<Looper control>: Control name
Name of the Looper control to be used.

Modifying the width of columns Ocultar los detalles

<Looper control>.ColumnWidth = <New width>
<Looper control>: Control name
Name of the Looper control to be used.
<New width>: Real
New width (in pixels) for the columns found in the specified Looper control.
Versión mínima requerida
  • Versión 10
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