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.
Organizar los directorios de un proyecto
Al crear un proyecto, se crea automáticamente un directorio específico para este proyecto.......
SQLConnectWS( Función)
Conecta la aplicación actual a una base de datos que será consultada por SQL a través de un Webservice Proxy( SOAP).
grExist (Función)
Comprueba la existencia de un gráfico en memoria.
PositionOccurrence (Función)
Busca la posición X de una cadena dentro de otra.
TimeValid (Función)
Comprueba la validez de una hora.
Propiedades associated con las celdas de las barras de estado
Lista de propiedades associated con las celdas de las barras de estado...
Alias (Property)
La propiedad Alias permite obtener el alias de un elemento.
Manejo de una Action Bar mediante programación
Un Action Bar puede ser manejado a través de la programación. Para ello, utilice el Variable correspondiente al Action Bar en el código....
2. Variables
Tutorial WINDEV: Fundamentos de WLanguage Lección 2 - Variables - 20 min
EmailAddress (Tipo de Variable)
El tipo EmailAddress permite manipular una dirección de correo electrónico y su tipo (casa, oficina, etc.).
El panel "Favoritos
El panel "Favoritos" da acceso directo a los favoritos de su proyecto........
ExplorerRetrieve( Función)
Recupera el número y el nombre de los archivos "soltados" del explorador.
BankHolidayDeleteAll (Función)
Borra la lista de todos los días festivos.
Option (Property)
La propiedad Option permite obtener y cambiar ciertas opciones.
diagConnector (Tipo de Variable)
El tipo diagConnector se utiliza para definir todas las características avanzadas de un conector en un Diagram .
AnsiToOem (Función)
Convierte una cadena ANSI (Windows) en una cadena OEM (DOS).
dBackground (Example)
Usage example of the dBackground function
OemToAnsi (Función)
Convierte una cadena OEM (DOS) en una cadena ANSI (Windows).
Historia de las versiones
Visualización de un reporte en formato PDF en el browser del usuario Web
Para visualizar un reporte en formato PDF en el browser del usuario Web, debe.......
dChangeMode (Función)
Cambia el modo de dibujo utilizado por las funciones (dLine, dRectangle, etc.).
3. Preparar el programa de instalación
Tutorial WINDEV: Utilizar una base de datos HFSQL Client/Server Lección 3 - Preparar el programa de instalación - 5 min...
Página compatible con SEO en modo sesión
En WEBDEV, hay dos métodos para desarrollar un sitio......
Pasar parámetros
Los parámetros pueden ser pasados a una Procedure......
Administrador del SCM: herramientas disponibles
El administrador de SCM (Administrador de Código Fuente) propone varias herramientas para gestionar y optimizar el repositorio SCM.......