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 / Desarrollar una aplicación o un sitio web / Controles, ventanas y páginas / Controles: tipos disponibles / Control Columna de tabla
  • Overview
  • How to?
  • Properties available for the table cells
  • Properties available in a page (server code)
  • Properties available in a page (browser code)
  • Properties available in a page (PHP)
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
Overview
The tables can be handled:
  • by row,
  • by column,
  • by cell.
How to?
To handle the cells of a Table control through programming, use the following syntax:
<Column Name> [ <Row Number>]
Several WLanguage properties can be used on the cells of a Table control via the following syntax:
  • <Nom de la colonne>[<Numéro de la ligne>]..<Propriété> = <Valeur>
  • <Nom de la table>[<Numéro de la ligne>, <Numéro de la colonne>]..<Propriété> = <Valeur>
Note: if the cell corresponds to a switch, it is not necessary to specify the switch option number.
Properties available for the table cells
WEBDEV - Código Servidor

Properties available in a page (server code)

The following properties are available for the table cells in a page:
AliasLa propiedad Alias permite:
  • obtener y cambiar el alias de una ventana (WINDEV y WINDEV Mobile).
  • obtener y cambiar el alias de una pestaña dinámica (WINDEV).
  • obtener el nombre interno HTML/JavaScript de un control (WEBDEV).
BackgroundColorLa propiedad BackgroundColor permite establecer el color de fondo de un control, ventana, página o bloque de un reporte.
CaptionHTMLThe CaptionHTML property is used to handle the text of a control as HTML code.
ColorThe Color property gets or sets the font color of:
  • a Font variable.
  • text displayed in a Static or Calculated control of a report.
  • text displayed in a window control.
  • text displayed in a page control.
ContentLa propiedad Content permite leer o escribir todo el contenido de un control:
  • List Box rellenado mediante programación,
  • Combo Box rellenado mediante programación,
  • Hoja de cálculo.
DisplayedValueThe DisplayedValue property returns the value currently displayed in the control of a window or page.
FontLa propiedad Font permite
  • Obtener el identificador de la fuente utilizada en un control de un reporte, página o ventana.
  • Cambiar la fuente utilizada en un control de un reporte, página o ventana.
FontBoldLa propiedad FontBold permite:
  • Determinar si el texto está en negrita.
  • Cambiar el peso del texto.
FontItalicLa propiedad FontItalic permite:
  • Determinar si el texto está en cursiva.
  • Aplicar o quitar formato de cursiva al texto.
FontNameThe FontName property is used to:
  • Identify the font used in a control.
  • Change the font used in a control.
FontSizeLa propiedad FontSize se utiliza para:
  • Identificar el tamaño de la fuente utilizada en un control.
  • Cambiar el tamaño de la fuente utilizada en un control.
FontUnderlinedLa propiedad FontUnderlined permite:
  • Determinar si el texto está subrayado.
  • Subrayar (o no) un texto.
FullNameThe FullName property is used to find out the full name:
  • of a control.
  • of a window.
  • of a menu option.
  • of a table column.
HorizontalAlignmentLa propiedad HorizontalAlignment obtiene y cambia la alineación horizontal de un control.
MaxValueLa propiedad MaxValue permite:
  • obtener y establecer el valor superior de un reporte basado en un archivo de datos.
  • obtener el valor máximo del filtro actual.
  • obtener el valor máximo de una serie de datos en un gráfico.
  • obtener y establecer el valor máximo de algunos tipos de controles.
MinValueLa propiedad MinValue permite:
  • obtener y establecer el valor inferior de un reporte basado en un archivo de datos.
  • obtener el valor mínimo del filtro actual.
  • obtener el valor mínimo de una serie de datos en un gráfico.
  • obtener y establecer el valor mínimo para algunos tipos de controles.
OpacityThe Opacity property is used to get and define the opacity percentage for a window, or for controls in a window or page.
ProgressBarColorLa propiedad ProgressBarColor obtiene y establece el color de progreso en los siguientes controles y elementos:
  • Control Barra de progreso,
  • Columna de tipo Barra de progreso,
  • Celda de tipo Barra de progreso,
  • Control Barra de progreso infinita.
ToolTipLa propiedad ToolTip obtiene y cambia el texto que se muestra en un tooltip. Este tooltip puede asociarse a:
  • un control de una ventana o página,
  • New in SaaS
    un control en un reporte. En este caso, el tooltip solo será visible en el visor de reportes.
    Nota: Esta funcionalidad solo está disponible a partir de WINDEV Suite SaaS 2025 - Update 3.
ValueThe Value property is used to:
  • Find out and modify the value of a report control.
  • Find out and modify the value of a control or the title of a window.
  • Find out the identifier of a stream.
  • Find out and modify the value of a control or the title of a page.
VerticalAlignmentLa propiedad VerticalAlignment obtiene y cambia la alineación vertical de un control.
VisibleThe Visible property is used to:
  • Find out whether an element is visible.
  • Make an element visible or invisible.
Note: The FontXXX properties are available in read-only mode. You cannot modify the characteristics regarding the font of a table cell.
WEBDEV - Código Navegador

Properties available in a page (browser code)

The following properties are available for the table cells in a page:
BackgroundColorLa propiedad BackgroundColor permite establecer el color de fondo de un control, ventana, página o bloque de un reporte.
ColorThe Color property gets or sets the font color of:
  • a Font variable.
  • text displayed in a Static or Calculated control of a report.
  • text displayed in a window control.
  • text displayed in a page control.
ProgressBarColorLa propiedad ProgressBarColor obtiene y establece el color de progreso en los siguientes controles y elementos:
  • Control Barra de progreso,
  • Columna de tipo Barra de progreso,
  • Celda de tipo Barra de progreso,
  • Control Barra de progreso infinita.
ToolTipLa propiedad ToolTip obtiene y cambia el texto que se muestra en un tooltip. Este tooltip puede asociarse a:
  • un control de una ventana o página,
  • New in SaaS
    un control en un reporte. En este caso, el tooltip solo será visible en el visor de reportes.
    Nota: Esta funcionalidad solo está disponible a partir de WINDEV Suite SaaS 2025 - Update 3.
TypeThe Type property is used to get:
  • the type of element (data file or item) defined programmatically or in the data model editor, view or query.
  • the type of object.
  • the type of data held in a Variant.
ValueThe Value property is used to:
  • Find out and modify the value of a report control.
  • Find out and modify the value of a control or the title of a window.
  • Find out the identifier of a stream.
  • Find out and modify the value of a control or the title of a page.
Versión mínima requerida
  • Versión 14
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 18/06/2025

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