AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Versión: 2025

The Dockable Panel control
The Dockable Panel control allows you to easily organize the software interface into zones that the end user can freely move......
Animación de las ventanas de una aplicación WINDEV
Para dar a sus aplicaciones un estilo excepcional y para impresionar a los usuarios al iniciar sus aplicaciones, las ventanas pueden ser animadas cuando se abren y/o se cierran.......
Aplicación Single Page
Una "Single Page App" es una aplicación Web (Internet o INTRANET) cuyos todos los Page s están agrupados en un único Page......
HModifyFileRights (Function)
Sets the rights granted to a user or group on an HFSQL Client/Server data file....
SCM administrator: available tools
The SCM administrator (Source Code Manager) proposes several tools to manage and optimize the SCM repository......
Accessing a database via a web service
The database can be accessed via a web service......
Reportes
Un reporte proporciona una vista personalizada de los datos ......
Creating an executable: Manifest management
When running an executable, Windows Vista (and later) performs several checks regarding the rights of the current user via the UAC mechanism (User Account Control)......
FOR EACH/FOR ALL statement (loop through controls)
The statement FOR EACH is used to perform different types of browse on the controls (List Box, Table or Looper controls)...
InputValue (Property)
The InputValue property is used to: find out whether the end user can enter or change values in a Spreadsheet control. allow or prevent the end user from entering or changing values in a Spreadsheet control....
InputFormula (Property)
The InputFormula property is used to: find out whether the end user can enter or change formulas in a Spreadsheet control. allow or prevent the end user from entering or changing formulas in a Spreadsheet control....
Groupware Usuario (WINDEV y WEBDEV): Opciones y configuración
Una aplicación suele estar destinada a ser utilizada por varios usuarios conectados a través de una red......
Manipulating formatted display controls programmatically
WEBDEV allows you to manipulate a formatted display control through programming......
15. Cookies: información almacenada en el equipo del usuario final
WebserviceWriteMIMEType (Función)
Indica el tipo MIME de la respuesta devuelta por el servicio web (caso de una llamada a un servicio web REST).
wsResponse (Tipo de Variable)
El tipo wsResponse se usa para get: el código fuente XML de la respuesta del servicio web. el valor de las diferentes partes de la respuesta del servicio web (para los servicios web que devuelven varias respuestas)....
Customizing the WINDEV User Groupware
The User Groupware in automatic mode offers many possibilities......
Cómo guardar y recuperar una Image en un memorándum binario
Type (Property)
La propiedad Type obtiene y establece el tipo de un elemento.
zipArchive (Variable type)
The zipArchive type is used to manipulate an archive file corresponding to one of the following formats: ZIP, CAB, RAR, WDZ, 7z, TAR, gzip or TGZ (TAR.GZ)..
SocketCreateInfrared (Function)
Creates a socket that uses the infrared port.
The TreeMap control
The TreeMap control is used to dynamically represent data, possibly in tree structure, in a balanced way....
DB2 Native Connector: Programming with HFSQL functions
To use a DB2 database with Native Connector, the structure of DB2 tables must be imported into the WINDEV or WEBDEV analysis......
SOAPToHTTP( Función)
Construye la petición HTTP para llamar a una función de un servicio web.. Esta petición puede ser modificada para adaptarla a las expectativas del Webservice, si es necesario.. Luego, podrá ser enviada utilizando la función HTTPSend.