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.
GetActiveObject (Example)
Usage example of the GetActiveObject function
MatCreate (Example)
Usage example of the MatCreate function
iPrintXLS( Función)
Imprime la hoja de trabajo actual de una Document en formato "xlsx" o "xls".
gFontBold( Función)
Construye una secuencia de caracteres utilizados para especificar si el texto que sigue a la llamada a esta función está en negrita o no.
AppointmentDisplay( Función)
Muestra una Appointment en la aplicación nativa de gestión de Appointment s que se encuentra en el dispositivo móvil (Android o iOS).
2. Diferentes tipos de instalaciones
Diferentes tipos de instalaciones...
HClusterIgnoreSynchro( Función)
Define un nodo del cluster HFSQL como fuente de datos para realizar la sincronización del cluster.
fReadLine (Example)
Usage example of the fReadLine function
zipCreate (Example)
Usage example of the zipCreate function
Multitask( Idioma externo)
Permite a los programas que se ejecutan actualmente a Process los mensajes de Windows o ejecuta una temporización.
OCR: Convertir una imagen en texto
El sistema OCR (Reconocimiento óptico de caracteres) analiza una imagen y extrae el texto......
Imprimir una reporte en una de las impresoras conectadas al Web Server
Para imprimir una reporte en una de las impresoras conectadas al servidor Web, debe.......
1. Auditorías del proyecto
Tutorial WEBDEV - Optimizar un proyecto WEBDEV Lección 1 - Auditorías del proyecto - 15 min
ToClipboard( Función)
Escribe el texto o la información de Image en el portapapeles del sistema.
Right (Función)
Extrae los últimos caracteres de una cadena o de un búfer de cadenas.
SpeechSynthesisInitialize( Función)
Inicializa los parámetros de síntesis de voz para la aplicación actual.
ImageFirst (Función)
Muestra el primer Image para el pergamino.
ImagePrevious (Función)
Muestra el anterior Image para el pergamino.
ImageNext (Función)
Muestra la siguiente Image para el pergamino.
ImageLast (Función)
Muestra el último Image para el pergamino.
MatTranspose (Example)
Usage example of the MatTranspose function
MaskFormat (Función)
Define el formato de una cadena de caracteres utilizando una variable de tipo InputMask.
MatCopy (Example)
Usage example of the MatCopy function
Constantes de gestión de Thread
Lista de constantes utilizadas por las funciones para la gestión de hilos, secciones críticas, semáforos, mutexes, ......
BankHolidayList (Función)
Devuelve la lista de los días festivos definidos con la función BankHolidayAdd.