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 varias
  • Limits
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 NumberColumn property is used to:
  • Get the number of columns in:
    • a Table or TreeView Table control.
    • a Looper control.
    • a Radio Button control.
    • a Check Box control.
    • a Dashboard control.
  • Set the number of columns:
    • in a multi-column List Box control. The number of columns in a multicolumn List Box control cannot be less than 2.
Ejemplo
// --Process for resizing the window
// If the width of the window is modified:
// - the width of the List Box is modified
LIST_Mylist.Width = MyWindow.Width - 30
// - the number of columns in the List Box control is modified
// according to the new window width
LIST_Mylist.NumberColumn = LIST_Mylist.Width/50
Sintaxis

Getting the number of columns in a control Ocultar los detalles

<Number of columns> = <Control used>.NumberColumn
<Number of columns>: Integer
  • Number of columns found in the specified multicolumn List Box control.
  • Number of columns found in the specified Table control.
  • Number of columns found in the specified Check Box or Radio Button control.
  • Number of cells present in the width of the specified Dashboard control.
  • Number of columns found in the specified Looper control.
  • 1 if the specified element does not correspond to a control that can be processed.
<Control used>: Control name
Name of the field for which you want to know the number of columns.
Observaciones

Limits

The NumberColumn property applies only to:
  • Table or TreeView Table controls.
  • Radio Button controls.
  • Check Box controls.
  • Dashboard controls.
Versión mínima requerida
  • Versión 9
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 30/09/2024

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