AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Versión: 2025

Configuring the titles of columns (Table control)
The title of table columns is an important element of Table control...
Customizing the interface of a Table control
In a Table control, you have the ability to customize the following elements...
AAFExecute (Function)
Runs an Automatic Application Feature (AAF) on a control or window. This function can be used to start the spelling checker on an edit control for example.
FAA: Pegar una fila de un control Tabla a otro
Los controles Tabla permiten ver y manipular datos...
TableSetFocus (Function)
Gives focus to a line in a Table or hierarchical Table field: the field switches to input for the specified line and column.
TableColumnSelectOccurrence (Function)
Returns the number of selected columns found in a table. This function is kept for backward compatibility. It is recommended to use TableSelectCount.
<Table>.SetFocus (Function)
Gives focus to a line in a Table or hierarchical Table field: the field switches to input for the specified line and column.
The different types of Table fields: programmatically, file with or without direct access
WINDEV, WEBDEV and WINDEV Mobile allow you to use...
Control Tabla en dispositivos móviles (Android y iOS)
El control Tabla está disponible para aplicaciones Android y iOS...
ExecuteAAF (Function)
Runs an Automatic Application Feature (AAF) on a control or window.
TableCellSelect (Function)
Returns the coordinates (row number and column number) of a selected cell. This function is kept for backward compatibility. It is recommended to use TableSelect.
AAF: Automatic column filtering of Table Column controls
The user can filter the content of a Table control by displaying the records corresponding to a condition for example...
TableCellSelectOccurrence (Function)
Returns the number of selected cells found in a Table control. This function is kept for backward compatibility. It is recommended to use TableSelectCount.
Controles Tabla y Looper infinitos
Existen dos métodos para rellenar los controles Tabla y Looper mediante programación...
FAA: Increase the height of the lines in the Table or RepeatString fields.
In Table, TreeView Table and Looper controls, the user can resize the height of rows, in read-only or in edit...
TableRefreshVisible (Function)
Modifies or returns the visibility status of refresh bar in a Table or TreeView Table control.
<Kanban>.DeleteCard (Función)
Elimina una tarjeta de un control Kanban o de un control Lista Kanban.
<Lista Kanban>.DeleteCard (Función)
Elimina una tarjeta de un control Kanban o de un control Lista Kanban.
Control Ventana interna
El control "Ventana interna" permite incluir una ventana (y su código) en un control de otra ventana......
Manejo de una control Linear Looper mediante programación
WEBDEV le permite manipular a control Linear Looper a través de la programación....
Estilo de un control
En cuanto se crea, un control es associated con un estilo......
Control Página interna
La "Página Interna" control se utiliza para incluir un Page (y su código) en un control de otro Page......
Manejo de una página interna control mediante programación
La página interna control se usa para mostrar una página interna existente......
Manipular controles Menú contextual mediante programación
WEBDEV incluye diferentes funciones y propiedades WLanguage para manipular controles Menú contextual mediante programación......
Manipular texto RTF en un control Campo de entrada
El formato de texto enriquecido (RTF, por sus siglas en inglés) permite codificar el texto para facilitar el intercambio entre aplicaciones......
OpenChild (Función)
Abre una ventana infantil no modal.
MaskTitleTime (Property)
El MaskTitleTime Property se utiliza para get o cambiar la máscara utilizada para el título de las columnas de tiempo: en un control Agenda. en un control Planificador. en un control Línea de tiempo....
Actualización automática del servidor
El Centro de Control HFSQL se utiliza para implementar la actualización del servidor automatic......
Información 2103: El&apos;Doble&apos; ya no existe: los reales están codificados en 8 bytes
AnimationPlay( Función)
Reproduce una animación cuando se modifica un control, un grupo de control s o una ventana.
Eventos associated con controles Link
Lista de eventos associated con controles Link...
ToolbarUndock (Función)
Transforms a docked Toolbar control into a floating Toolbar control.
KanbanDeleteAllCard (Función)
Elimina todas las tarjetas de un control Kanban o de un control Lista Kanban.
<Lista Kanban>.DeleteAllCard (Función)
Elimina todas las fichas de un Kanban control o de una Lista Kanban control.
<Kanban>.DeleteAllCard (Función)
Elimina todas las tarjetas de un control Kanban o de un control Lista Kanban.
HTMLExecuteControlProcess (Función)
Ejecuta un Event associated con un control en una página HTML mostrada por un control.
<HTML Display control>.Executecontrol Process (Función)
Ejecuta un Event associated con un control en una página HTML mostrada por un control.
EndControl (Propiedad)
La propiedad EndControl obtiene o establece el control de destino de un control Conector.
StartControl (Propiedad)
La propiedad StartControl obtiene y establece el control de origen de un control Conector.
Vincular un control Combo Box a un archivo de datos
Un control List Box o Combo Box puede mostrar el contenido de un archivo de datos, por ejemplo, para permitir al usuario seleccionar un registro......
fSaveText( Función)
Crea y llena un archivo de texto con el contenido de un control de texto o de un texto Variable (cadena Variable, control Campo de entrada en una ventana, control Estático en una reporte, ...).