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.
Notificación Push: Configuración de Android (Google Cloud Messaging)
Para utilizar las notificaciones Push en Android, debes tener una cuenta de Google y debes realizar una configuración específica......
Marcas de posicionamiento en el código
Las marcas de posicionamiento se utilizan para "etiquetar" líneas de código específicas......
Notificación Push: Configuración iOS
Para utilizar las notificaciones Push en iOS, debes tener una cuenta de Google y debes realizar una configuración específica......
TreeListItem (Example)
Usage example of the TreeListItem function
Editor de modelos flexible
El editor de modelado flexible le permite crear fácilmente un modelado "no restrictivo" y "flexible", totalmente incluido en el entorno.......
Valor de las constantes para la API de 32 bits de Windows
Valor de las constantes para la API de 32 bits de Windows...
MatInvert (Example)
Usage example of the MatInvert function
Gestión de los correos electrónicos con los protocolos POP3/SMTP
Los protocolos POP3 y SMTP son protocolos de gestión de correo electrónico reconocidos por todos los proveedores de servicios de INTERNET......
Border (Property)
El Border Property se utiliza para get y cambiar los bordes de un elemento.
URL (Property)
El URL Property se utiliza para get y cambiar una URL.
fEncrypt (Example)
Usage example of the fEncrypt function
ImageInfoClose( Función)
Cierra el archivo Image (en formato JPEG o TIFF) utilizado por Image InfoValue y/o Image InfoList y libera el Image de la memoria....
After
La palabra clave After puede corresponder a:
Gráfico: Gestión de leyendas
Varios tipos de leyendas están soportados en los gráficos.......
Constantes para la gestión de la Agrupación de Usuarios
Lista de constantes utilizadas por las funciones de gestión de la Agrupación de Usuarios....
MacOS - Desarrollar una aplicación en modo Catalyst
Apple lanzó recientemente un SDK para compilar aplicaciones iOS para MacOS de forma nativa......
Source (Property)
El Fuente Property se utiliza para get y cambiar la fuente de un elemento.
HelpFile( Función)
Devuelve o modifica el nombre del archivo de ayuda utilizado por la ayuda contextual de una ventana.
Propiedades del Action Bar
Puede manipular un Action Bar en una ventana utilizando las siguientes propiedades WLanguage.
HOut (Example)
Usage example of the HOut function
Aplicación Android: Uso y compartición de datos SQLite
Para las aplicaciones Android, las bases de datos disponibles son HFSQL (clásica y cliente/servidor) y SQLite....
Método COMCall (Función)
Ejecuta un método de una interfaz de un objeto COM instanciado por COMCreateInstance.
CallInterface( Función)
Ejecuta un método de una interfaz de un objeto implementado en una DLL externa a la WINDEV framework.
SpeechSynthesisReadFile( Función)
Lee el contenido del archivo especificado utilizando el motor de síntesis de voz que se encuentra en el dispositivo.
SIPAddress (Tipo de Variable)
El tipo SIPAddress se utiliza para definir las características avanzadas de un Address SIP.