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
  • Presentación
  • Propiedades disponibles para un control Tabla
  • Propiedades que pueden utilizarse en una ventana
  • Propiedades que se pueden utilizar en una página (código Servidor)
  • Propiedades que se pueden utilizar en una página (código Navegador)
  • Propiedades que se pueden utilizar en una página PHP
  • Propiedades disponibles para un control Tabla TreeView
  • Propiedades que pueden utilizarse en una ventana
  • Propiedades que se pueden utilizar en una página (código Servidor)
  • Propiedades que se pueden utilizar en una página (código Navegador)
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
Propiedades asociadas a las columnas de los controles Tabla
Presentación
Puede manipular columnas de controles Tabla en una ventana o página utilizando las siguientes propiedades de WLanguage.
Propiedades disponibles para un control Tabla
WINDEVWindowsAndroidiPhone/iPadJava

Propiedades que pueden utilizarse en una ventana

Las siguientes propiedades están asociadas a las columnas que se encuentran en un control Tabla:
AccessibilityLa propiedad Accessibility obtiene y establece las propiedades de accesibilidad de un control.
AnchorRateWidthLa dirección AnchorRateWidth se utiliza para:
  • Averiguar el índice de anclaje cuando un control (o una columna de tabla) se estira sobre el eje horizontal.
  • Modificar el índice de anclaje cuando un control (o una columna de tabla) se estira sobre el eje horizontal.
AutoLineWrapLa propiedad AutoLineWrap se utiliza para:
  • determina si el ajuste de línea automático está activado en un control multilínea Edit, en una columna de un control Table o TreeView o en una cabecera de fila de un control Tabla dinámica..
  • establece el modo de ajuste de línea en un control Edición multilínea, en una columna de un control Tabla o TreeView o en una cabecera de fila de un control Tabla dinámica.
AutomaticEraseThe AutomaticErase property is used to:
  • find out whether an edit control is in "Automatic erase" mode.
  • modify the "Automatic erase" characteristic of an edit control.
AutomaticReorganizationThe AutomaticReorganization property gets and sets the automatic reorganization mode for the tasks in a "Gantt Chart" column.
BackgroundColorLa propiedad BackgroundColor permite establecer el color de fondo de un control, ventana, página o bloque de un reporte.
BackgroundStyleThe BackgroundStyle property is used to get and modify the background style of cells in tables and/or TreeView Tables.
BarVisibleThe BarVisible property manages the selection bar on a column of a Table or TreeView Table control.
BrowsedFileThe BrowsedFile property gets and sets the data source used to display records in data-bound controls.
CalculatorButtonLa propiedad CalculatorButton permite determinar e indicar si un control Campo de entrada de tipo Numérico o Monetario tiene un botón para mostrar una calculadora emergente.
CaptionIn a database, the Caption property is used to:
  • Find out the caption associated with a file item.
  • Find out the caption associated with a data file.
  • Find out and modify the connection caption.
In a report, the Caption property is used to:
  • Find out the text displayed in a Static or Link control.
  • Modify the text displayed in a Static or Link control.
In a window or page, the Caption property is also used to:
  • Find out and modify the caption of a control found in a window or in a page.
  • Find out and modify the caption of a menu option.
  • Find out and modify the title of a window or page.
  • Find out the content of a Breadcrumb control.
CheckSpellThe CheckSpell property is used to enable or disable the automatic spelling checker.
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.
ContextMenuThe ContextMenu property is used to:
  • Get the custom context menu of a control, window or page.
  • Change the custom context menu of a control, window or page (or associate another context menu).
  • Customize the system menus of controls by adding options.
CountThe Count property returns the number of elements in a given set.
CursorLa propiedad Cursor obtiene y establece la posición del cursor en uno de los siguientes controles:
  • Control Campo de entrada.
  • Combo Box con entrada.
  • Columna de tipo "Campo de entrada" y de tipo "Combo Box con entrada" de un control Tabla.
  • Control Procesador de texto.
  • Control Editor HTML.
  • Control Editor de código.
CursorEndThe CursorEnd property gets and sets the end position of the mouse selection range in the following controls:
  • Edit control.
  • Editable Combo Box.
  • "Edit control" column and "Editable Combo Box" column in a Table control.
  • Word Processing control.
  • Code Editor control.
DataBindingLa propiedad DataBinding obtiene y cambia el enlace entre un control y:
  • un campo de un archivo de datos.
  • una variable.
  • varias variables.
DayWidthLa propiedad DayWidth se utiliza para determinar y cambiar el ancho de los días:
  • en un control Planificador donde los días se muestran por columnas y los recursos en filas.
  • en una columna del diagrama de Gantt.
DisplayCurrencyThe DisplayCurrency property gets and sets the currency used when entering or displaying values in a "Currency + Euro" control.
DisplayedValueThe DisplayedValue property returns the value currently displayed in the control of a window or page.
DisplayEnabledLa propiedad DisplayEnabled permite:
  • determinar si se actualiza o no un control o una ventana. Si se muestra el control, su contenido se actualiza regularmente.
  • actualizar un control o ventana.
DisplayFormatEn DisplayFormat obtiene y establece el formato de visualización esperado para un texto dado: texto plano, RTF o Markdown.
DisplayLinkLa propiedad DisplayLink obtiene y establece el modo de visualización de los enlaces en una columna de tipo Diagrama de Gantt.
DisplayMaskThe DisplayMask property is used to:
  • Find out the display mask.
  • Modify the display mask.
This display mask is displayed when the control is in read-only or when the control does not have focus.
EllipsisThe Ellipsis property is used to determine and change the truncation mode with ellipses in:
  • a window control (Static, edit control, List box, Button, Combo box or Static table column).
  • a Static Text control in a report.
EmptyIfZeroLa propiedad EmptyIfZero se utiliza para:
  • Averiguar el modo de gestión del valor cero en un control.
  • Modificar el modo de gestión del valor cero en un control
ExtraLa propiedad Extra permite:
  • Obtener información adicional sobre un control, ventana o página.
  • Editar información adicional de un control, ventana o página.
WEBDEV - Código Navegador En código Navegador, solo se puede obtener información adicional de un control o página.
FileFilterLa propiedad FileFilter obtiene y establece el filtro utilizado para mostrar los archivos:
  • cuando se utiliza la entrada predictiva en un control Campo de entrada o columna de tabla con la opción "Autocompletar rutas de archivo" (en la pestaña "General" de la ventana de descripción),
  • en el selector de archivos que aparece cuando el usuario selecciona la opción "Examinar..." en el menú contextual de un control Campo de entrada, columna de tabla o control Combo Box.
FilterThe Filter property is used to identify and change the filter applied to records in:
  • Table controls based on a data file,
  • browsing TreeView Table controls,
  • browsing List Box controls,
  • Combo Box controls based on a data file,
  • Looper controls based on a data file.
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.
FontCharsetThe FontCharset property is used to:
  • Find out the character set used by the screen fonts of a control.
  • Modify the character set used by the screen fonts of a control.
FontCondensedThe FontCondensed property is used to:
  • Determine if characters in a text are condensed.
  • Condense (or not) the characters in a text.
FontExtendedThe FontExtended property is used to:
  • Find out whether the spacing between characters in a text is increased.
  • Increase the spacing between characters in a text.
FontItalicLa propiedad FontItalic permite:
  • Determinar si el texto está en cursiva.
  • Aplicar o quitar formato de cursiva al texto.
FontLargeLa propiedad FontLarge permite:
  • Determinar si el texto está expandido.
  • Expandir el 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.
FontStrikeOutLa propiedad FontStrikeOut se utiliza para:
  • Determinar si el texto mostrado está tachado.
  • Aplicar formato tachado (o no) al texto mostrado 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.
GranularityDurationThe GranularityDuration property gets and sets the size of the grid to resize:
  • appointments in an Organizer control.
  • appointments in a Scheduler control.
  • events in a TimeLine control.
  • tasks in a Gantt Chart column.
GranularityMovementThe property GranularityDisplacement property is used to identify and modify the grid size for displacement:
  • appointments in an Organizer control.
  • appointments in a Scheduler control.
  • events in a TimeLine control.
  • tasks in a Gantt Chart column.
GrayedLa propiedad Grayed se utiliza para:
  • Determinar si un control (o un grupo de controles) está en gris.
  • Grisar o desgrisar un control, un grupo de controles o una ventana.
GroupThe property Group property allows you to:
  • find out whether the control belongs to a group of controls. If the control belongs to one or more groups, the Group property can be used to identify these groups of controls.
  • associate a control with a group of controls.
HeightThe Height property gets and sets the height:
  • of a control or block in a report.
  • of a control (in a window), window, row of a Table, List Box or ListView control, option of a Radio Button or Check Box control, break header or footer of a Table or Looper control.
  • of a control (in a page), break header or footer in a Table or Looper control. The control can be overlayable or not.
  • of a break cell in a Table or Looper control.
HelpNumberLa propiedad HelpNumber permite obtener y modificar el número de ayuda asociado al control.
HorizontalAlignmentLa propiedad HorizontalAlignment obtiene y cambia la alineación horizontal de un control.
HtmlFormatEn HtmlFormat se utiliza para:
  • averiguar si un control Campo de entrada acepta la entrada en formato HTML.
  • Modificar el formato de entrada de un control Campo de entrada.
ImageModeThe ImageMode property gets and sets the display mode of an image in an Image control, in the column of a table of type Image or in the background of a Chart control in a window.
InitialContentLa propiedad InitialContent obtiene el contenido inicial:
  • de un control List Box rellenado mediante programación.
  • de un control Combo Box rellenado mediante programación.
  • de una columna de tipo "Lista de valores" de un control Tabla.
  • de un control Hoja de cálculo.
InitialStateLa propiedad InitialState obtiene el estado inicial de un control.
InitialVisibleLa propiedad InitialVisible se utiliza para determinar si:
  • un control era visible durante la primera visualización de la ventana o página asociada.
  • una ventana era visible durante su primera visualización.
InitialWidthThe InitialWidth property is used to:
  • Find out the initial width of a control or window.
  • Modify the base width used to anchor the controls in "width".
  • Find out the initial width of a report control.
InputMaskThe InputMask property is used to:
  • get the input mask.
  • set the input mask (from the masks available for the type).
InputTypeThe property InputType property lets you know or modify the type of input allowed by a field: Duration, Date, Numeric, etc.
InterpretAmpersandThe InterpretAmpersand property is used to determine and change how the '&' character is interpreted in:
  • field label Window label.
  • the elements of a List Box control.
  • the elements of a Combo Box control.
  • Table control column values.
LeftIndentThe LeftIndent property gets and sets the space to the left of the text in a control.
MagnifierModeThe MagnifierMode property determines and changes how the magnifier is displayed in the column headings of a Table or TreeView Table control.
MarkdownLa propiedad Markdown permite habilitar o deshabilitar el formato Markdown en los controles de una ventana o reporte .
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.
MemoryCurrencyThe MemoryCurrency property gets and sets the currency used when manipulating a "Currency + Euro" control programmatically.
MemoryFormatThe MemoryFormat property gets and sets the format of the value returned for:
  • Date or Time edit controls.
  • Date or Time table columns.
  • Calendar controls.
  • Static Text controls.
  • editable combo boxes.
  • table columns displayed by combo boxes.
MergeThe Merge property is used to merge the cells of a Table or TreeView Table control.
MessageThe Message property is used to:
  • Find out the help message associated with a control or with a menu option (in a window).
  • Modify the help message associated with a control or with a menu option (in a window).
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.
MinWidthThe MinWidth property gets and sets the minimum width of a control or window.
ModifiedThe Modified property is used to determine if a control or group of controls has been modified by the user (keyboard or mouse input).
MouseCursorThe MouseCursor property gets and sets the cursor displayed when pointing over a control, window or page.
MovableLa propiedad Movable se utiliza para:
  • Averiguar si una columna de la tabla puede ser desplazada por el usuario,
  • Permitir y/o prohibir que una columna de la tabla sea desplazada por el usuario.
MovementTaskLa propiedad MovementTask permite conocer y modificar la forma en que los usuarios mueven las tareas en una columna del diagrama de Gantt.
MultilineIn a window or page, the Multiline property is used to:
  • find out and modify the "Multiline" option of an Edit control.
  • find out and modify the "Multiline" option of a column in a Table control.
In a report, the Multiline property is used to determine and change the "Multiline" option of a control.
NameThe Name property is used to get:
  • the name of the font associated with a Font variable.
  • the name of a control, report or report block.
  • the name of a control, group of controls or window.
  • the name of a control, group of controls or page.
NoteThe Note property is used to:
  • Find out the notes associated with a control, a window, a page or a report.
  • Modify the notes associated with a control, a window a page or a report.
NoteTitleLa propiedad NoteTitle permite:
  • Obtener el título de las notas utilizadas en la documentación técnica de un control, ventana, página o informe.
  • Cambiar el título de las notas utilizadas en la documentación técnica de un control, ventana, página o informe.
OrientationTitleLa propiedad OrientationTitle permite:
  • Determinar si los encabezados de una o varias columnas de un control Tabla están inclinados.
  • Inclinar los encabezados de una o todas las columnas de un control Tabla.
PasswordThe property Password property can be used:
  • on the edit controls (or on the text table columns) to find out whether the control is a "Password" control or to modify the "Password" type of the control.
  • on the connections (HFSQL Client/Server, OLE DB, etc.) to define the password of the user who uses the connection.
ProcessThe Process property is used to modify the processes to be executed by the events available on a control, window, page, report, etc.
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.
RichEditThe property RichEdit property property is used to manage the RTF (Rich Text Format) type:
  • of an edit control or Static Text control found in a window.
  • of a Static Text control found in a report.
RightClickLa propiedad RightClick obtiene y establece el nombre del control Botón que se ejecutará cuando se haga clic derecho en un objeto.
RightIndentLa propiedad RightIndent obtiene y establece el espacio a la derecha del texto en un control.
RightToLeftThe RightToLeft property is used to get the writing direction on a control, column, window or report.
SelectedThe property Selected property allows you to:
  • Select, or determine if a row is selected in a List, ListView or Table control.
  • Select, or determine if a column or cell is selected in a Table control with row or column selection.
  • Select, or determine if a WEBDEV menu option is selected.
SelectedTextThe SelectedText property gets and sets the text selected in an Edit control, editable Combo Box control or editable column in a Table control.
SizeThe Size property is used to determine and change the size of an element.
SortableLa propiedad Sortable se utiliza para:
  • Determinar si una columna de control Tabla es clasificable.
  • Hacer ordenable o no una columna de un control Tabla.
SortOptionLa propiedad SortOption obtiene y establece las opciones de ordenación utilizadas en:
  • columnas de texto en controles Tabla,
  • columnas de texto en controles Tabla TreeView,
  • controles List Box y ListView,
  • controles Combo Box,
  • atributos de controles Looper,
  • imágenes, imágenes con enlace y miniaturas con secuencia automática.
StateThe State property gets and sets the state of an element.
TextDirectionThe TextDirection property is used to determine and change the writing direction in a window, report or control (useful for languages such as Arabic or Hebrew).
TitleThe Title property is used to:
  • Get the title of a Table control column, a Chart control, a window or a page
  • Change the title of a Table control column, a Chart control, a window or a page.
TitleBackgroundColorLa propiedad TitleBackgroundColor obtiene y establece el color de fondo del título de una columna de un control Tabla o Tabla dinámica.
TitleColorLa propiedad TitleColor permite:
  • obtener el color del título de una columna de un control Tabla o Tabla TreeView.
  • establecer el color del título de una o todas las columnas de un control Tabla o Tabla TreeView.
TitleHeaderThe property Overhead property allows you to:
  • Get the title and aspect of a column title-header (Table or TreeView Table control).
  • Get the number of column title-headers (Table or TreeView Table control).
  • Change the title and aspect of a column title-header (Table or TreeView Table control).
TitleImageThe TitleImage property is used to get and/or change the image displayed next to the title of a column in a Table control.
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.
ToolTipTitleLa propiedad ToolTipTitle obtiene y establece el texto que se muestra en el tooltip asociado al título de una columna del control Tabla. El tooltip solo aparece cuando se pasa el cursor por encima del título de la columna del control Tabla.
TransparencyModeThe TransparencyMode property gets and sets the transparency mode of an image.
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.
UnicodeThe Unicode property is used to:
  • Determine if the value of a control is a Unicode string.
  • Specify whether the value of a control is a Unicode string.
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.
VisibleInExportAndPrintThe property VisibleEnExportEtImpression property property allows you to:
  • Find out whether a column of a Table or TreeView Table control is visible for export and printing.
  • Modify the visibility of a column in a Table or TreeView Table control for export and printing.
WidthThe Width property gets and changes the width:
  • of a control or block in a report.
  • of a control (found in a window), window, column found in a table or column found in a list box (including listview).
  • of a control (found in a page), column found in a table or column found in a list box. The control can be overlayable or not.
WinEditAllowedThe WinEditAllowed property is used to determine and configure the actions allowed on a control when the window switches to "Allow end users to modify the UI" mode.
WorkingHourEndLa propiedad WorkingHourEnd se utiliza para identificar y modificar la hora de finalización de las horas de trabajo utilizadas:
  • por un control Agenda.
  • mediante un control Planificador.
  • por una columna Diagrama de Gantt (en un control Tabla o TreeView Table).
WorkingHourStartLa propiedad WorkingHourStart obtiene y establece la hora de inicio de las horas de trabajo utilizadas:
  • por un control Agenda.
  • mediante un control Planificador.
  • por una columna Diagrama de Gantt (en un control Tabla o TreeView Table).
XThe X property is used to:
  • Get the X-coordinate of a control, Table control column or window (position on the X-axis).
  • Get the X-coordinate of a control or window (position on the X-axis).
YThe Y property is used to:
  • Find out the Y-coordinate of a control or window (position on Y-axis).
  • Modify the Y-coordinate of a control or window.
Nota: Dependiendo de la plataforma utilizada, algunas propiedades pueden no estar disponibles. Para obtener más información, consulte la página de ayuda de la propiedad.
WEBDEV - Código Servidor

Propiedades que se pueden utilizar en una página (código Servidor)

Las siguientes propiedades están asociadas a las columnas que se encuentran en un control Tabla:
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).
AnchorRateWidthLa dirección AnchorRateWidth se utiliza para:
  • Averiguar el índice de anclaje cuando un control (o una columna de tabla) se estira sobre el eje horizontal.
  • Modificar el índice de anclaje cuando un control (o una columna de tabla) se estira sobre el eje horizontal.
BackgroundColorLa propiedad BackgroundColor permite establecer el color de fondo de un control, ventana, página o bloque de un reporte.
CaptionIn a database, the Caption property is used to:
  • Find out the caption associated with a file item.
  • Find out the caption associated with a data file.
  • Find out and modify the connection caption.
In a report, the Caption property is used to:
  • Find out the text displayed in a Static or Link control.
  • Modify the text displayed in a Static or Link control.
In a window or page, the Caption property is also used to:
  • Find out and modify the caption of a control found in a window or in a page.
  • Find out and modify the caption of a menu option.
  • Find out and modify the title of a window or page.
  • Find out the content of a Breadcrumb control.
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.
ContextMenuThe ContextMenu property is used to:
  • Get the custom context menu of a control, window or page.
  • Change the custom context menu of a control, window or page (or associate another context menu).
  • Customize the system menus of controls by adding options.
CountThe Count property returns the number of elements in a given set.
DataBindingLa propiedad DataBinding obtiene y cambia el enlace entre un control y:
  • un campo de un archivo de datos.
  • una variable.
  • varias variables.
DisplayCurrencyThe DisplayCurrency property gets and sets the currency used when entering or displaying values in a "Currency + Euro" control.
ExtraLa propiedad Extra permite:
  • Obtener información adicional sobre un control, ventana o página.
  • Editar información adicional de un control, ventana o página.
WEBDEV - Código Navegador En código Navegador, solo se puede obtener información adicional de un control o página.
FillTypeLa dirección FillType se utiliza para determinar el tipo de fuente utilizada para rellenar los controles Table, List Box, ListView, Combo Box y Looper.
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.
GrayedLa propiedad Grayed se utiliza para:
  • Determinar si un control (o un grupo de controles) está en gris.
  • Grisar o desgrisar un control, un grupo de controles o una ventana.
GroupThe property Group property allows you to:
  • find out whether the control belongs to a group of controls. If the control belongs to one or more groups, the Group property can be used to identify these groups of controls.
  • associate a control with a group of controls.
HorizontalAlignmentLa propiedad HorizontalAlignment obtiene y cambia la alineación horizontal de un control.
ImageModeThe ImageMode property gets and sets the display mode of an image in an Image control, in the column of a table of type Image or in the background of a Chart control in a window.
InitialContentLa propiedad InitialContent obtiene el contenido inicial:
  • de un control List Box rellenado mediante programación.
  • de un control Combo Box rellenado mediante programación.
  • de una columna de tipo "Lista de valores" de un control Tabla.
  • de un control Hoja de cálculo.
InitialStateLa propiedad InitialState obtiene el estado inicial de un control.
InitialVisibleLa propiedad InitialVisible se utiliza para determinar si:
  • un control era visible durante la primera visualización de la ventana o página asociada.
  • una ventana era visible durante su primera visualización.
MagnifierModeThe MagnifierMode property determines and changes how the magnifier is displayed in the column headings of a Table or TreeView Table 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.
MemoryCurrencyThe MemoryCurrency property gets and sets the currency used when manipulating a "Currency + Euro" control programmatically.
MemoryFormatThe MemoryFormat property gets and sets the format of the value returned for:
  • Date or Time edit controls.
  • Date or Time table columns.
  • Calendar controls.
  • Static Text controls.
  • editable combo boxes.
  • table columns displayed by combo boxes.
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.
NameThe Name property is used to get:
  • the name of the font associated with a Font variable.
  • the name of a control, report or report block.
  • the name of a control, group of controls or window.
  • the name of a control, group of controls or page.
NoteThe Note property is used to:
  • Find out the notes associated with a control, a window, a page or a report.
  • Modify the notes associated with a control, a window a page or a report.
NoteTitleLa propiedad NoteTitle permite:
  • Obtener el título de las notas utilizadas en la documentación técnica de un control, ventana, página o informe.
  • Cambiar el título de las notas utilizadas en la documentación técnica de un control, ventana, página o informe.
ProcessThe Process property is used to modify the processes to be executed by the events available on a control, window, page, report, etc.
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.
SortableLa propiedad Sortable se utiliza para:
  • Determinar si una columna de control Tabla es clasificable.
  • Hacer ordenable o no una columna de un control Tabla.
SortOptionLa propiedad SortOption obtiene y establece las opciones de ordenación utilizadas en:
  • columnas de texto en controles Tabla,
  • columnas de texto en controles Tabla TreeView,
  • controles List Box y ListView,
  • controles Combo Box,
  • atributos de controles Looper,
  • imágenes, imágenes con enlace y miniaturas con secuencia automática.
StateThe State property gets and sets the state of an element.
TitleThe Title property is used to:
  • Get the title of a Table control column, a Chart control, a window or a page
  • Change the title of a Table control column, a Chart control, a window or a page.
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.
ToolTipTitleLa propiedad ToolTipTitle obtiene y establece el texto que se muestra en el tooltip asociado al título de una columna del control Tabla. El tooltip solo aparece cuando se pasa el cursor por encima del título de la columna del control Tabla.
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.
UnicodeThe Unicode property is used to:
  • Determine if the value of a control is a Unicode string.
  • Specify whether the value of a control is a Unicode string.
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.
WidthThe Width property gets and changes the width:
  • of a control or block in a report.
  • of a control (found in a window), window, column found in a table or column found in a list box (including listview).
  • of a control (found in a page), column found in a table or column found in a list box. The control can be overlayable or not.
WEBDEV - Código Navegador

Propiedades que se pueden utilizar en una página (código Navegador)

Las siguientes propiedades están asociadas a las columnas que se encuentran en un control Tabla:
BackgroundColorLa propiedad BackgroundColor permite establecer el color de fondo de un control, ventana, página o bloque de un reporte.
CaptionIn a database, the Caption property is used to:
  • Find out the caption associated with a file item.
  • Find out the caption associated with a data file.
  • Find out and modify the connection caption.
In a report, the Caption property is used to:
  • Find out the text displayed in a Static or Link control.
  • Modify the text displayed in a Static or Link control.
In a window or page, the Caption property is also used to:
  • Find out and modify the caption of a control found in a window or in a page.
  • Find out and modify the caption of a menu option.
  • Find out and modify the title of a window or page.
  • Find out the content of a Breadcrumb control.
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.
InitialContentLa propiedad InitialContent obtiene el contenido inicial:
  • de un control List Box rellenado mediante programación.
  • de un control Combo Box rellenado mediante programación.
  • de una columna de tipo "Lista de valores" de un control Tabla.
  • de un control Hoja de cálculo.
InitialStateLa propiedad InitialState obtiene el estado inicial de un control.
InitialVisibleLa propiedad InitialVisible se utiliza para determinar si:
  • un control era visible durante la primera visualización de la ventana o página asociada.
  • una ventana era visible durante su primera visualización.
NameThe Name property is used to get:
  • the name of the font associated with a Font variable.
  • the name of a control, report or report block.
  • the name of a control, group of controls or window.
  • the name of a control, group of controls 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.
TitleThe Title property is used to:
  • Get the title of a Table control column, a Chart control, a window or a page
  • Change the title of a Table control column, a Chart control, a window or a page.
ToolTipTitleLa propiedad ToolTipTitle obtiene y establece el texto que se muestra en el tooltip asociado al título de una columna del control Tabla. El tooltip solo aparece cuando se pasa el cursor por encima del título de la columna del control Tabla.
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.
PHP

Propiedades que se pueden utilizar en una página PHP

Las siguientes propiedades están asociadas a las columnas que se encuentran en un control Tabla:
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.
CaptionIn a database, the Caption property is used to:
  • Find out the caption associated with a file item.
  • Find out the caption associated with a data file.
  • Find out and modify the connection caption.
In a report, the Caption property is used to:
  • Find out the text displayed in a Static or Link control.
  • Modify the text displayed in a Static or Link control.
In a window or page, the Caption property is also used to:
  • Find out and modify the caption of a control found in a window or in a page.
  • Find out and modify the caption of a menu option.
  • Find out and modify the title of a window or page.
  • Find out the content of a Breadcrumb control.
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.
CountThe Count property returns the number of elements in a given set.
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.
HorizontalAlignmentLa propiedad HorizontalAlignment obtiene y cambia la alineación horizontal de un control.
InitialStateLa propiedad InitialState obtiene el estado inicial de un control.
InitialVisibleLa propiedad InitialVisible se utiliza para determinar si:
  • un control era visible durante la primera visualización de la ventana o página asociada.
  • una ventana era visible durante su primera visualización.
MagnifierModeThe MagnifierMode property determines and changes how the magnifier is displayed in the column headings of a Table or TreeView Table control.
NameThe Name property is used to get:
  • the name of the font associated with a Font variable.
  • the name of a control, report or report block.
  • the name of a control, group of controls or window.
  • the name of a control, group of controls or page.
NoteThe Note property is used to:
  • Find out the notes associated with a control, a window, a page or a report.
  • Modify the notes associated with a control, a window a page or a report.
NoteTitleLa propiedad NoteTitle permite:
  • Obtener el título de las notas utilizadas en la documentación técnica de un control, ventana, página o informe.
  • Cambiar el título de las notas utilizadas en la documentación técnica de un control, ventana, página o informe.
SortOptionLa propiedad SortOption obtiene y establece las opciones de ordenación utilizadas en:
  • columnas de texto en controles Tabla,
  • columnas de texto en controles Tabla TreeView,
  • controles List Box y ListView,
  • controles Combo Box,
  • atributos de controles Looper,
  • imágenes, imágenes con enlace y miniaturas con secuencia automática.
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.
ToolTipTitleLa propiedad ToolTipTitle obtiene y establece el texto que se muestra en el tooltip asociado al título de una columna del control Tabla. El tooltip solo aparece cuando se pasa el cursor por encima del título de la columna del control Tabla.
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.
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.
WidthThe Width property gets and changes the width:
  • of a control or block in a report.
  • of a control (found in a window), window, column found in a table or column found in a list box (including listview).
  • of a control (found in a page), column found in a table or column found in a list box. The control can be overlayable or not.
Propiedades disponibles para un control Tabla TreeView
WINDEVWindowsJava

Propiedades que pueden utilizarse en una ventana

Las siguientes propiedades están asociadas a las columnas que se encuentran en un control Tabla TreeView:
AccessibilityLa propiedad Accessibility obtiene y establece las propiedades de accesibilidad de un control.
AnchorRateWidthLa dirección AnchorRateWidth se utiliza para:
  • Averiguar el índice de anclaje cuando un control (o una columna de tabla) se estira sobre el eje horizontal.
  • Modificar el índice de anclaje cuando un control (o una columna de tabla) se estira sobre el eje horizontal.
AutoLineWrapLa propiedad AutoLineWrap se utiliza para:
  • determina si el ajuste de línea automático está activado en un control multilínea Edit, en una columna de un control Table o TreeView o en una cabecera de fila de un control Tabla dinámica..
  • establece el modo de ajuste de línea en un control Edición multilínea, en una columna de un control Tabla o TreeView o en una cabecera de fila de un control Tabla dinámica.
AutomaticReorganizationThe AutomaticReorganization property gets and sets the automatic reorganization mode for the tasks in a "Gantt Chart" column.
BackgroundColorLa propiedad BackgroundColor permite establecer el color de fondo de un control, ventana, página o bloque de un reporte.
BackgroundStyleThe BackgroundStyle property is used to get and modify the background style of cells in tables and/or TreeView Tables.
BarVisibleThe BarVisible property manages the selection bar on a column of a Table or TreeView Table control.
CaptionIn a database, the Caption property is used to:
  • Find out the caption associated with a file item.
  • Find out the caption associated with a data file.
  • Find out and modify the connection caption.
In a report, the Caption property is used to:
  • Find out the text displayed in a Static or Link control.
  • Modify the text displayed in a Static or Link control.
In a window or page, the Caption property is also used to:
  • Find out and modify the caption of a control found in a window or in a page.
  • Find out and modify the caption of a menu option.
  • Find out and modify the title of a window or page.
  • Find out the content of a Breadcrumb control.
CollapsedThe Collapsed property is used to:
  • get or define the state (collapsed or expanded) that will be used when rows are added to a TreeView Table control.
  • know or modify the wound/unwound status for:
    • the breaks of a Table control,
    • the breaks of a Looper control,
    • the break headers and footers of Table and Looper controls,
    • a Drawer control,
    • a Ribbon control,
    • a Navigation Bar control.
    • a Pivot Table control in a report.
CollapsedImageLa página CollapsedImage se utiliza para:
  • averiguar y/o modificar la imagen por defecto asociada a una fila colapsada en un control Tabla TreeView.
  • averiguar y/o modificar la imagen por defecto asociada a una fila colapsada en un control TreeView.
  • averiguar y/o modificar la imagen asociada a una fila colapsada específica en un control Tabla TreeView.
  • conocer y/o modificar la imagen de una fila contraída en un elemento jerárquico de un reporte de tipo "Tabla TreeView".
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.
ContextMenuThe ContextMenu property is used to:
  • Get the custom context menu of a control, window or page.
  • Change the custom context menu of a control, window or page (or associate another context menu).
  • Customize the system menus of controls by adding options.
CountThe Count property returns the number of elements in a given set.
CursorLa propiedad Cursor obtiene y establece la posición del cursor en uno de los siguientes controles:
  • Control Campo de entrada.
  • Combo Box con entrada.
  • Columna de tipo "Campo de entrada" y de tipo "Combo Box con entrada" de un control Tabla.
  • Control Procesador de texto.
  • Control Editor HTML.
  • Control Editor de código.
CursorEndThe CursorEnd property gets and sets the end position of the mouse selection range in the following controls:
  • Edit control.
  • Editable Combo Box.
  • "Edit control" column and "Editable Combo Box" column in a Table control.
  • Word Processing control.
  • Code Editor control.
DataBindingLa propiedad DataBinding obtiene y cambia el enlace entre un control y:
  • un campo de un archivo de datos.
  • una variable.
  • varias variables.
DayWidthLa propiedad DayWidth se utiliza para determinar y cambiar el ancho de los días:
  • en un control Planificador donde los días se muestran por columnas y los recursos en filas.
  • en una columna del diagrama de Gantt.
DisplayCurrencyThe DisplayCurrency property gets and sets the currency used when entering or displaying values in a "Currency + Euro" control.
DisplayedValueThe DisplayedValue property returns the value currently displayed in the control of a window or page.
DisplayEnabledLa propiedad DisplayEnabled permite:
  • determinar si se actualiza o no un control o una ventana. Si se muestra el control, su contenido se actualiza regularmente.
  • actualizar un control o ventana.
DisplayLinkLa propiedad DisplayLink obtiene y establece el modo de visualización de los enlaces en una columna de tipo Diagrama de Gantt.
EllipsisThe Ellipsis property is used to determine and change the truncation mode with ellipses in:
  • a window control (Static, edit control, List box, Button, Combo box or Static table column).
  • a Static Text control in a report.
EmptyIfZeroLa propiedad EmptyIfZero se utiliza para:
  • Averiguar el modo de gestión del valor cero en un control.
  • Modificar el modo de gestión del valor cero en un control
ExpandedImageLa propiedad ExpandedImage se utiliza para:
  • averiguar y modificar la imagen por defecto asociada a una fila expandida en un control Tabla TreeView.
  • averiguar y/o modificar la imagen por defecto asociada a una fila expandida en un control TreeView.
  • averiguar y modificar la imagen asociada a una fila expandida específica en un control Tabla TreeView.
  • conocer y/o modificar la imagen de una fila expandida en un elemento jerárquico de un reporte de tipo "Tabla TreeView".
ExtraLa propiedad Extra permite:
  • Obtener información adicional sobre un control, ventana o página.
  • Editar información adicional de un control, ventana o página.
WEBDEV - Código Navegador En código Navegador, solo se puede obtener información adicional de un control o página.
FilterThe Filter property is used to identify and change the filter applied to records in:
  • Table controls based on a data file,
  • browsing TreeView Table controls,
  • browsing List Box controls,
  • Combo Box controls based on a data file,
  • Looper controls based on a data file.
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.
FontCharsetThe FontCharset property is used to:
  • Find out the character set used by the screen fonts of a control.
  • Modify the character set used by the screen fonts of a control.
FontCondensedThe FontCondensed property is used to:
  • Determine if characters in a text are condensed.
  • Condense (or not) the characters in a text.
FontExtendedThe FontExtended property is used to:
  • Find out whether the spacing between characters in a text is increased.
  • Increase the spacing between characters in a text.
FontItalicLa propiedad FontItalic permite:
  • Determinar si el texto está en cursiva.
  • Aplicar o quitar formato de cursiva al texto.
FontLargeLa propiedad FontLarge permite:
  • Determinar si el texto está expandido.
  • Expandir el 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.
FontStrikeOutLa propiedad FontStrikeOut se utiliza para:
  • Determinar si el texto mostrado está tachado.
  • Aplicar formato tachado (o no) al texto mostrado 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.
GranularityDurationThe GranularityDuration property gets and sets the size of the grid to resize:
  • appointments in an Organizer control.
  • appointments in a Scheduler control.
  • events in a TimeLine control.
  • tasks in a Gantt Chart column.
GranularityMovementThe property GranularityDisplacement property is used to identify and modify the grid size for displacement:
  • appointments in an Organizer control.
  • appointments in a Scheduler control.
  • events in a TimeLine control.
  • tasks in a Gantt Chart column.
GrayedLa propiedad Grayed se utiliza para:
  • Determinar si un control (o un grupo de controles) está en gris.
  • Grisar o desgrisar un control, un grupo de controles o una ventana.
GroupThe property Group property allows you to:
  • find out whether the control belongs to a group of controls. If the control belongs to one or more groups, the Group property can be used to identify these groups of controls.
  • associate a control with a group of controls.
HeightThe Height property gets and sets the height:
  • of a control or block in a report.
  • of a control (in a window), window, row of a Table, List Box or ListView control, option of a Radio Button or Check Box control, break header or footer of a Table or Looper control.
  • of a control (in a page), break header or footer in a Table or Looper control. The control can be overlayable or not.
  • of a break cell in a Table or Looper control.
HelpNumberLa propiedad HelpNumber permite obtener y modificar el número de ayuda asociado al control.
HorizontalAlignmentLa propiedad HorizontalAlignment obtiene y cambia la alineación horizontal de un control.
InitialContentLa propiedad InitialContent obtiene el contenido inicial:
  • de un control List Box rellenado mediante programación.
  • de un control Combo Box rellenado mediante programación.
  • de una columna de tipo "Lista de valores" de un control Tabla.
  • de un control Hoja de cálculo.
InitialStateLa propiedad InitialState obtiene el estado inicial de un control.
InitialVisibleLa propiedad InitialVisible se utiliza para determinar si:
  • un control era visible durante la primera visualización de la ventana o página asociada.
  • una ventana era visible durante su primera visualización.
InitialWidthThe InitialWidth property is used to:
  • Find out the initial width of a control or window.
  • Modify the base width used to anchor the controls in "width".
  • Find out the initial width of a report control.
InputMaskThe InputMask property is used to:
  • get the input mask.
  • set the input mask (from the masks available for the type).
InputTypeThe property InputType property lets you know or modify the type of input allowed by a field: Duration, Date, Numeric, etc.
InterpretAmpersandThe InterpretAmpersand property is used to determine and change how the '&' character is interpreted in:
  • field label Window label.
  • the elements of a List Box control.
  • the elements of a Combo Box control.
  • Table control column values.
LeftIndentThe LeftIndent property gets and sets the space to the left of the text in a control.
MarkdownLa propiedad Markdown permite habilitar o deshabilitar el formato Markdown en los controles de una ventana o reporte .
MemoryCurrencyThe MemoryCurrency property gets and sets the currency used when manipulating a "Currency + Euro" control programmatically.
MemoryFormatThe MemoryFormat property gets and sets the format of the value returned for:
  • Date or Time edit controls.
  • Date or Time table columns.
  • Calendar controls.
  • Static Text controls.
  • editable combo boxes.
  • table columns displayed by combo boxes.
MergeThe Merge property is used to merge the cells of a Table or TreeView Table control.
MessageThe Message property is used to:
  • Find out the help message associated with a control or with a menu option (in a window).
  • Modify the help message associated with a control or with a menu option (in a window).
MinWidthThe MinWidth property gets and sets the minimum width of a control or window.
ModifiedThe Modified property is used to determine if a control or group of controls has been modified by the user (keyboard or mouse input).
MouseCursorThe MouseCursor property gets and sets the cursor displayed when pointing over a control, window or page.
MovableLa propiedad Movable se utiliza para:
  • Averiguar si una columna de la tabla puede ser desplazada por el usuario,
  • Permitir y/o prohibir que una columna de la tabla sea desplazada por el usuario.
MovementTaskLa propiedad MovementTask permite conocer y modificar la forma en que los usuarios mueven las tareas en una columna del diagrama de Gantt.
MultilineIn a window or page, the Multiline property is used to:
  • find out and modify the "Multiline" option of an Edit control.
  • find out and modify the "Multiline" option of a column in a Table control.
In a report, the Multiline property is used to determine and change the "Multiline" option of a control.
NameThe Name property is used to get:
  • the name of the font associated with a Font variable.
  • the name of a control, report or report block.
  • the name of a control, group of controls or window.
  • the name of a control, group of controls or page.
NoteThe Note property is used to:
  • Find out the notes associated with a control, a window, a page or a report.
  • Modify the notes associated with a control, a window a page or a report.
NoteTitleLa propiedad NoteTitle permite:
  • Obtener el título de las notas utilizadas en la documentación técnica de un control, ventana, página o informe.
  • Cambiar el título de las notas utilizadas en la documentación técnica de un control, ventana, página o informe.
OrientationTitleLa propiedad OrientationTitle permite:
  • Determinar si los encabezados de una o varias columnas de un control Tabla están inclinados.
  • Inclinar los encabezados de una o todas las columnas de un control Tabla.
PasswordThe property Password property can be used:
  • on the edit controls (or on the text table columns) to find out whether the control is a "Password" control or to modify the "Password" type of the control.
  • on the connections (HFSQL Client/Server, OLE DB, etc.) to define the password of the user who uses the connection.
ProcessThe Process property is used to modify the processes to be executed by the events available on a control, window, page, report, etc.
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.
RichEditThe property RichEdit property property is used to manage the RTF (Rich Text Format) type:
  • of an edit control or Static Text control found in a window.
  • of a Static Text control found in a report.
RightClickLa propiedad RightClick obtiene y establece el nombre del control Botón que se ejecutará cuando se haga clic derecho en un objeto.
RightIndentLa propiedad RightIndent obtiene y establece el espacio a la derecha del texto en un control.
SizeThe Size property is used to determine and change the size of an element.
SortableLa propiedad Sortable se utiliza para:
  • Determinar si una columna de control Tabla es clasificable.
  • Hacer ordenable o no una columna de un control Tabla.
SortOptionLa propiedad SortOption obtiene y establece las opciones de ordenación utilizadas en:
  • columnas de texto en controles Tabla,
  • columnas de texto en controles Tabla TreeView,
  • controles List Box y ListView,
  • controles Combo Box,
  • atributos de controles Looper,
  • imágenes, imágenes con enlace y miniaturas con secuencia automática.
StateThe State property gets and sets the state of an element.
TitleThe Title property is used to:
  • Get the title of a Table control column, a Chart control, a window or a page
  • Change the title of a Table control column, a Chart control, a window or a page.
TitleBackgroundColorLa propiedad TitleBackgroundColor obtiene y establece el color de fondo del título de una columna de un control Tabla o Tabla dinámica.
TitleColorLa propiedad TitleColor permite:
  • obtener el color del título de una columna de un control Tabla o Tabla TreeView.
  • establecer el color del título de una o todas las columnas de un control Tabla o Tabla TreeView.
TitleHeaderThe property Overhead property allows you to:
  • Get the title and aspect of a column title-header (Table or TreeView Table control).
  • Get the number of column title-headers (Table or TreeView Table control).
  • Change the title and aspect of a column title-header (Table or TreeView Table control).
TitleImageThe TitleImage property is used to get and/or change the image displayed next to the title of a column in a Table control.
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.
ToolTipTitleLa propiedad ToolTipTitle obtiene y establece el texto que se muestra en el tooltip asociado al título de una columna del control Tabla. El tooltip solo aparece cuando se pasa el cursor por encima del título de la columna del control Tabla.
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.
UnicodeThe Unicode property is used to:
  • Determine if the value of a control is a Unicode string.
  • Specify whether the value of a control is a Unicode string.
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.
VisibleInExportAndPrintThe property VisibleEnExportEtImpression property property allows you to:
  • Find out whether a column of a Table or TreeView Table control is visible for export and printing.
  • Modify the visibility of a column in a Table or TreeView Table control for export and printing.
WidthThe Width property gets and changes the width:
  • of a control or block in a report.
  • of a control (found in a window), window, column found in a table or column found in a list box (including listview).
  • of a control (found in a page), column found in a table or column found in a list box. The control can be overlayable or not.
WinEditAllowedThe WinEditAllowed property is used to determine and configure the actions allowed on a control when the window switches to "Allow end users to modify the UI" mode.
WorkingHourEndLa propiedad WorkingHourEnd se utiliza para identificar y modificar la hora de finalización de las horas de trabajo utilizadas:
  • por un control Agenda.
  • mediante un control Planificador.
  • por una columna Diagrama de Gantt (en un control Tabla o TreeView Table).
WorkingHourStartLa propiedad WorkingHourStart obtiene y establece la hora de inicio de las horas de trabajo utilizadas:
  • por un control Agenda.
  • mediante un control Planificador.
  • por una columna Diagrama de Gantt (en un control Tabla o TreeView Table).
XThe X property is used to:
  • Get the X-coordinate of a control, Table control column or window (position on the X-axis).
  • Get the X-coordinate of a control or window (position on the X-axis).
YThe Y property is used to:
  • Find out the Y-coordinate of a control or window (position on Y-axis).
  • Modify the Y-coordinate of a control or window.
Nota: Dependiendo de la plataforma utilizada, algunas propiedades pueden no estar disponibles. Para obtener más información, consulte la página de ayuda de la propiedad.
WEBDEV - Código Servidor

Propiedades que se pueden utilizar en una página (código Servidor)

Las siguientes propiedades están asociadas a las columnas que se encuentran en un control Tabla TreeView:
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).
AnchorRateWidthLa dirección AnchorRateWidth se utiliza para:
  • Averiguar el índice de anclaje cuando un control (o una columna de tabla) se estira sobre el eje horizontal.
  • Modificar el índice de anclaje cuando un control (o una columna de tabla) se estira sobre el eje horizontal.
BackgroundColorLa propiedad BackgroundColor permite establecer el color de fondo de un control, ventana, página o bloque de un reporte.
CaptionIn a database, the Caption property is used to:
  • Find out the caption associated with a file item.
  • Find out the caption associated with a data file.
  • Find out and modify the connection caption.
In a report, the Caption property is used to:
  • Find out the text displayed in a Static or Link control.
  • Modify the text displayed in a Static or Link control.
In a window or page, the Caption property is also used to:
  • Find out and modify the caption of a control found in a window or in a page.
  • Find out and modify the caption of a menu option.
  • Find out and modify the title of a window or page.
  • Find out the content of a Breadcrumb control.
CaptionHTMLThe CaptionHTML property is used to handle the text of a control as HTML code.
CollapsedThe Collapsed property is used to:
  • get or define the state (collapsed or expanded) that will be used when rows are added to a TreeView Table control.
  • know or modify the wound/unwound status for:
    • the breaks of a Table control,
    • the breaks of a Looper control,
    • the break headers and footers of Table and Looper controls,
    • a Drawer control,
    • a Ribbon control,
    • a Navigation Bar control.
    • a Pivot Table control in a report.
CollapsedImageLa página CollapsedImage se utiliza para:
  • averiguar y/o modificar la imagen por defecto asociada a una fila colapsada en un control Tabla TreeView.
  • averiguar y/o modificar la imagen por defecto asociada a una fila colapsada en un control TreeView.
  • averiguar y/o modificar la imagen asociada a una fila colapsada específica en un control Tabla TreeView.
  • conocer y/o modificar la imagen de una fila contraída en un elemento jerárquico de un reporte de tipo "Tabla TreeView".
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.
ContextMenuThe ContextMenu property is used to:
  • Get the custom context menu of a control, window or page.
  • Change the custom context menu of a control, window or page (or associate another context menu).
  • Customize the system menus of controls by adding options.
CountThe Count property returns the number of elements in a given set.
DataBindingLa propiedad DataBinding obtiene y cambia el enlace entre un control y:
  • un campo de un archivo de datos.
  • una variable.
  • varias variables.
DisplayCurrencyThe DisplayCurrency property gets and sets the currency used when entering or displaying values in a "Currency + Euro" control.
ExpandedImageLa propiedad ExpandedImage se utiliza para:
  • averiguar y modificar la imagen por defecto asociada a una fila expandida en un control Tabla TreeView.
  • averiguar y/o modificar la imagen por defecto asociada a una fila expandida en un control TreeView.
  • averiguar y modificar la imagen asociada a una fila expandida específica en un control Tabla TreeView.
  • conocer y/o modificar la imagen de una fila expandida en un elemento jerárquico de un reporte de tipo "Tabla TreeView".
ExtraLa propiedad Extra permite:
  • Obtener información adicional sobre un control, ventana o página.
  • Editar información adicional de un control, ventana o página.
WEBDEV - Código Navegador En código Navegador, solo se puede obtener información adicional de un control o página.
FillTypeLa dirección FillType se utiliza para determinar el tipo de fuente utilizada para rellenar los controles Table, List Box, ListView, Combo Box y Looper.
FilterThe Filter property is used to identify and change the filter applied to records in:
  • Table controls based on a data file,
  • browsing TreeView Table controls,
  • browsing List Box controls,
  • Combo Box controls based on a data file,
  • Looper controls based on a data file.
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.
GrayedLa propiedad Grayed se utiliza para:
  • Determinar si un control (o un grupo de controles) está en gris.
  • Grisar o desgrisar un control, un grupo de controles o una ventana.
GroupThe property Group property allows you to:
  • find out whether the control belongs to a group of controls. If the control belongs to one or more groups, the Group property can be used to identify these groups of controls.
  • associate a control with a group of controls.
HorizontalAlignmentLa propiedad HorizontalAlignment obtiene y cambia la alineación horizontal de un control.
ImageModeThe ImageMode property gets and sets the display mode of an image in an Image control, in the column of a table of type Image or in the background of a Chart control in a window.
InitialContentLa propiedad InitialContent obtiene el contenido inicial:
  • de un control List Box rellenado mediante programación.
  • de un control Combo Box rellenado mediante programación.
  • de una columna de tipo "Lista de valores" de un control Tabla.
  • de un control Hoja de cálculo.
InitialStateLa propiedad InitialState obtiene el estado inicial de un control.
InitialVisibleLa propiedad InitialVisible se utiliza para determinar si:
  • un control era visible durante la primera visualización de la ventana o página asociada.
  • una ventana era visible durante su primera visualización.
MagnifierModeThe MagnifierMode property determines and changes how the magnifier is displayed in the column headings of a Table or TreeView Table 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.
MemoryCurrencyThe MemoryCurrency property gets and sets the currency used when manipulating a "Currency + Euro" control programmatically.
MemoryFormatThe MemoryFormat property gets and sets the format of the value returned for:
  • Date or Time edit controls.
  • Date or Time table columns.
  • Calendar controls.
  • Static Text controls.
  • editable combo boxes.
  • table columns displayed by combo boxes.
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.
NameThe Name property is used to get:
  • the name of the font associated with a Font variable.
  • the name of a control, report or report block.
  • the name of a control, group of controls or window.
  • the name of a control, group of controls or page.
NoteThe Note property is used to:
  • Find out the notes associated with a control, a window, a page or a report.
  • Modify the notes associated with a control, a window a page or a report.
NoteTitleLa propiedad NoteTitle permite:
  • Obtener el título de las notas utilizadas en la documentación técnica de un control, ventana, página o informe.
  • Cambiar el título de las notas utilizadas en la documentación técnica de un control, ventana, página o informe.
ProcessThe Process property is used to modify the processes to be executed by the events available on a control, window, page, report, etc.
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.
SortableLa propiedad Sortable se utiliza para:
  • Determinar si una columna de control Tabla es clasificable.
  • Hacer ordenable o no una columna de un control Tabla.
SortOptionLa propiedad SortOption obtiene y establece las opciones de ordenación utilizadas en:
  • columnas de texto en controles Tabla,
  • columnas de texto en controles Tabla TreeView,
  • controles List Box y ListView,
  • controles Combo Box,
  • atributos de controles Looper,
  • imágenes, imágenes con enlace y miniaturas con secuencia automática.
StateThe State property gets and sets the state of an element.
TitleThe Title property is used to:
  • Get the title of a Table control column, a Chart control, a window or a page
  • Change the title of a Table control column, a Chart control, a window or a page.
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.
ToolTipTitleLa propiedad ToolTipTitle obtiene y establece el texto que se muestra en el tooltip asociado al título de una columna del control Tabla. El tooltip solo aparece cuando se pasa el cursor por encima del título de la columna del control Tabla.
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.
UnicodeThe Unicode property is used to:
  • Determine if the value of a control is a Unicode string.
  • Specify whether the value of a control is a Unicode string.
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.
WidthThe Width property gets and changes the width:
  • of a control or block in a report.
  • of a control (found in a window), window, column found in a table or column found in a list box (including listview).
  • of a control (found in a page), column found in a table or column found in a list box. The control can be overlayable or not.
WEBDEV - Código Navegador

Propiedades que se pueden utilizar en una página (código Navegador)

Las siguientes propiedades están asociadas a las columnas que se encuentran en un control Tabla TreeView:
BackgroundColorLa propiedad BackgroundColor permite establecer el color de fondo de un control, ventana, página o bloque de un reporte.
CaptionIn a database, the Caption property is used to:
  • Find out the caption associated with a file item.
  • Find out the caption associated with a data file.
  • Find out and modify the connection caption.
In a report, the Caption property is used to:
  • Find out the text displayed in a Static or Link control.
  • Modify the text displayed in a Static or Link control.
In a window or page, the Caption property is also used to:
  • Find out and modify the caption of a control found in a window or in a page.
  • Find out and modify the caption of a menu option.
  • Find out and modify the title of a window or page.
  • Find out the content of a Breadcrumb control.
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.
InitialContentLa propiedad InitialContent obtiene el contenido inicial:
  • de un control List Box rellenado mediante programación.
  • de un control Combo Box rellenado mediante programación.
  • de una columna de tipo "Lista de valores" de un control Tabla.
  • de un control Hoja de cálculo.
InitialStateLa propiedad InitialState obtiene el estado inicial de un control.
InitialVisibleLa propiedad InitialVisible se utiliza para determinar si:
  • un control era visible durante la primera visualización de la ventana o página asociada.
  • una ventana era visible durante su primera visualización.
NameThe Name property is used to get:
  • the name of the font associated with a Font variable.
  • the name of a control, report or report block.
  • the name of a control, group of controls or window.
  • the name of a control, group of controls 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.
TitleThe Title property is used to:
  • Get the title of a Table control column, a Chart control, a window or a page
  • Change the title of a Table control column, a Chart control, a window or a page.
ToolTipTitleLa propiedad ToolTipTitle obtiene y establece el texto que se muestra en el tooltip asociado al título de una columna del control Tabla. El tooltip solo aparece cuando se pasa el cursor por encima del título de la columna del control Tabla.
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.
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: 18/06/2025

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