AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Versión: 2025

The "Browser" pane
When a WINDEV, WEBDEV or WINDEV Mobile element (analysis, query, ...
Exporting elements to a directory
All the elements handled by a project (window, report, classes, set of procedures, queries, ...
Importing elements into a project
All the elements handled by a project (window, report, classes, set of procedures, queries, ...
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......
Memory (Property)
The Memory property determines if the specified control is populated programmatically or is based on a data file.
Use WebSockets with the WebSocket server
The WebSocket protocol provides a communication channel over a TCP socket for browsers and Web servers......
HListItem (Función)
Devuelve la lista de artículos: encontrado en un archivo de datos ( una consulta o una vista) conocido por el motor HFSQL. Los archivos de datos definidos por las funciones HDeclare, HDeclareExternal y HDescribeFile se tienen en cuenta. encontrada en un Record Variable....
Descripción de un control Agenda (control de ventana)
La control Agenda puede ser configurada en el editor a través de la ventana description (pestaña "Detalles")......
Adaptar una aplicación a varios idiomas
Tutorial WINDEV - Gestionar varios idiomas Adaptar una aplicación a varios idiomas - 20 min
Desenmascarar a los editores
¿Quién no ha querido nunca ver el código y la UI al mismo tiempo, sin estar limitado por el entorno? WINDEV, WEBDEV y WINDEV Mobile le permiten "separar" los editores del entorno de la ventana principal......
saasSite (Variable type)
The saasSite type is used to define the advanced characteristics of a SaaS WEBDEV website.
FileToMemory (Function)
Automatically initializes the values of the members of a structure or class with the values of the items of the current record.
TableInsertLineWithAnimation (Función)
Inserta un fila en un control Tabla o en un control Tabla TreeView con una animación.
FullName (Property)
The FullName property is used to find out the full name: of a control. of a window. of a menu option. of a table column....
xmlReader (Variable type)
The xmlReader type is used to read an XML document without loading it in memory.
ChangeStyle (Función)
Modifica el estilo de un control dinámicamente.
MatReadLine (Example)
Usage example of the MatReadLine function
MatReadColumn (Example)
Usage example of the MatReadColumn function
Biblioteca,Disco (Idioma externo)
Abre la biblioteca de proyectos que está almacenada en el disco.
StatError (Example)
Usage example of the StatError function
HJSONToRecord (Función)
Importa datos JSON al registro actual.
TableAddBegin (Function)
Adds a line to the beginning of an infinite Table field. The row is inserted before the first row of the Table field.. The scroll position of the Table field remains unchanged.
Uso de varias bibliotecas en una aplicación
Una biblioteca es un archivo WDL que contiene todos los recursos.......
Manipular una ventana utilizando su tipo
Una ventana WINDEV o WINDEV Mobile es un tipo de variable que puede manipularse mediante programación......
Acceso a un directorio LDAP
Un directorio LDAP se utiliza para compartir bases de datos de información en una red local o externa.....
MatFloatMultiply (Example)
Usage example of the MatFloatMultiply function
TableSearchChild (Función)
Busca un valor en una columna de un control Tabla TreeView, en una rama especificada.