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.
ExecuteAAF (Function)
Runs an Automatic Application Feature (AAF) on a control or window.
<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.
Table controls in "Server + AJAX" mode
The Table controls can be 100% AJAX...
The different types of Table fields: programmatically populated, 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...
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.
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.
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...
AAF: 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.
fDriveInfo (Example)
Usage example of the fDriveInfo function
SpellSuggest( Función)
Devuelve la lista de posibles palabras encontradas en el diccionario de OpenOffice que pueden corregir una palabra mal escrita.
MatFloatMultiply (Example)
Usage example of the MatFloatMultiply function
fLongName (Example)
Usage example of the fLongName function
Personalizar el programa instalación (Plug-in)
En un programa de instalación, puede que quieras personalizar algunas acciones......
MatFloatAdd (Example)
Usage example of the MatFloatAdd function
Crear un proyecto WINDEV
Un proyecto es un conjunto lógico de elementos y procesos cuyo propósito es lograr un objetivo determinado......
Crear un proyecto WINDEV Mobile
Un proyecto es un conjunto lógico de elementos y procesos cuyo propósito es lograr un objetivo determinado......
Tiempo (Tipo de Variable)
El tipo Time permite manipular las horas fácilmente...
Array (Tipo de Variable)
Un array es un tipo estructurado que permite agrupar una serie de elementos del mismo tipo...
diagRectangle (Tipo de Variable)
El tipo diagRectangle se utiliza para definir todas las características avanzadas de una forma de tipo Rectángulo.
DiagramLoadLibrary (Función)
Carga un archivo Diagram y crea una biblioteca de formas preestablecidas a partir de él.
zipMsgError (Example)
Usage example of the zipMsgError function
dPen (Example)
Usage example of the dPen function
MatWrite (Example)
Usage example of the MatWrite function
Ejecución de la prueba de un proyecto estático
La prueba de todo el proyecto permite simular la puesta en marcha......
InAJAXMode (Función)
Identifica si el código se ejecuta desde: un proceso en modo AJAX. un procedimiento llamada con las funciones AJAXExecute o AJAXExecuteAsynchronous....
fRead (Example)
Usage example of the fRead function
1. Implementar una base de datos Client/Server
Tutorial WEBDEV - Administrar una base de datos HFSQL Client/Server Lección 1 - Implementar una base de datos Client/Server - 10 min...
ImageLayerVisible (Función)
Se usa para hacer visible una capa que se encuentra en una imagen WDPIC o Invisible.
diagOval (Tipo de Variable)
El tipo diagOval se utiliza para definir todas las características avanzadas de una forma de tipo Oval.
geoGetArea( Función)
Recupera las coordenadas del área geográfica que corresponde a una determinada description.
fCurrentDrive (Example)
Usage example of the fCurrentDrive function
MatDeterminant (Example)
Usage example of the MatDeterminant function
MatFill (Example)
Usage example of the MatFill function