AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Versión: 2025

Managing users
The monitoring robot allows you to define the users that will receive the different check error reports......
DnDCursor (Example)
Usage example of the DnDCursor function
HSavePosition (Función)
Guarda el contexto actual de un archivo de datos: registro actual, filtro, punteros.
Height (Property)
The Height property gets and sets the height: of a control or block in a report. of a control (in a window), window, row of a Table, List Box or ListView control, option of a Radio Button or Check Box control, break header or footer of a Table or Looper control. of a control (in a page), break header or footer in a Table or Looper control. The control can be overlayable or not. of a break cell in a Table or Looper control....
SQLite: Programación con funciones HFSQL
Para utilizar una base de datos SQLite con Conector Nativo (también llamada Native Access), la estructura de las tablas SQLite debe ser importada a la editor de análisis....
LooperSave (Función)
Valida la modificación o adición del Record associated con el fila actual en el control Looper.
Administrador WEBDEV: Sitios instalados
La pestaña "Sitios" da información sobre los sitios WEBDEV dinámicos instalados en el equipo......
Gestión de las teclas Bluetooth
¡Crea un nuevo tipo de aplicación! En el caso de que no haya una Contact entre el PC y el dispositivo móvil, se pueden ejecutar varios procesos en el PC utilizando los datos encontrados en el dispositivo móvil......
Month (Property)
The Month property is used to: Retrieve the month from a Date or DateTime variable. Modify the month in a Date or DateTime variable. Retrieve the month from a Date item (in "Simple date" or "Date and Time" format) Modify the month in a Date item (in "Simple Date" or "Date and Time" format)...
HModifyServerProperty (Function)
Modifies the properties of an HFSQL server.
HUpdateSet (Function)
Creates or updates a set of procedures on an HFSQL server.
Decrypt (Function)
Decrypts a character string that was encrypted by Encrypt.
Non-maximized windows for Android
A non-maximized window can be resized by the user and it can occupy a section of the screen only......
Modified (Property)
The Modified property is used to determine if a control or group of controls has been modified by the user (keyboard or mouse input).
Cookie (Variable type)
The Cookie type is used to handle the cookies transmitted in the HTTP requests.
Proxy (Function)
Specifies whether the communication functions that use HTTP or HTTPS must go through a proxy to execute their requests. A proxy is used to share the access to Internet between the different network computers.
Implementar el registro Process en una aplicación
Independientemente de los archivos de datos utilizados por su aplicación (HFSQL Classic o HFSQL Client/Server), el registro Process puede implementarse en estos archivos de datos......
Conector Nativo PostgreSQL: Programación con funciones HFSQL
Para utilizar una base de datos PostgreSQL con Conector Nativo (también llamada Native Access), la estructura de las tablas PostgreSQL debe ser importada en el análisis WINDEV o WEBDEV.......
VariableReset (Function)
Resets the variable to its initial value.
ImageHeight (Property)
The ImageHeight property is used to: Find out the height of the image section displayed in an image control or in the background of a chart control. Modify the height of the image section displayed in an image control or in the background of a chart control....
BrowserIPAddress (Function)
Returns the IP address of the client computer connected to the WEBDEV website.
FileToArray (Function)
Fills an array of classes or structures with the content of an HFSQL data file or query.
HInfoFileRights (Función)
Permite conocer los permisos otorgados a un usuario o grupo sobre un archivo de datos HFSQL Client/Server....
HUpdateQuery (Function)
Creates or updates a query on an HFSQL server.
Encode (Function)
Encodes a character string or a buffer. To decode the result, simply use Decode.