AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Versión: 2025

Millisecond (Property)
The Millisecond property is used to: Retrieve the number of milliseconds from a Time, DateTime or Duration variable. Modify the number of milliseconds in a Time, DateTime or Duration variable. Retrieve the milliseconds or the number of milliseconds from a Date item (in "Date and Time" or "Duration" format) Modify the milliseconds or number of milliseconds in a Date item ("Date and Time" or "Duration" format)...
StreamConfigure( Función)
Especifica los parámetros de red necesarios para utilizar los controles de la Conferencia en INTERNET.
MaxZoom (Property)
The MaxZoom property is used to get the maximum zoom value that can be used for the Camera control (for the camera in use).
MinZoom (Property)
The MinZoom property is used to get the minimum zoom value that can be used for the Camera control (for the camera in use).
CurrentTitle (Function)
Modifies the title of the current window (returned by CurrentWin) and the title bar.
SensorDetectEndShake (Function)
Notifies when the device has been shaken in any direction.
InternetConnected (Function)
Defines whether an Internet connection is enabled on the current computer. In mobile, you can also be notified when the status of the Internet connection changes.
HTTP constants
List of constants used by the HTTP functions....
The SMS structure
The SMS structure is a preset structure of WLanguage (no declaration is required)......
iInitReportQuery (Function)
Initializes the query linked to the report (for a query with parameters).
gLink (Function)
Adds an "invisible" value to an element of a List or Combo Box control.. Function kept for compatibility. It is recommended to use gStoredValue....
Second (Property)
The Second property is used to: Retrieve the number of seconds from a Time, DateTime or Duration variable. Modify the number of seconds in a Time, DateTime or Duration variable. Retrieve the seconds or the number of seconds from a Date item (in "Date and Time" or "Duration" format) Modify the seconds or the number of seconds in a Date item (in "Date and Time" or "Duration" format)...
Asociar documentos al proyecto
Para describir un proyecto en detalle, puede asociar documentos con él......
Test (External language)
Displays each function call and each status report returned by the function.
Server (Property)
The Server property is used to manage the data source of a connection (HFSQL Client/Server, OLE DB, etc.)....
CreateShortcut (Function)
Creates a shortcut on the Windows desktop, in the "Start" menu of Windows or in a specific directory.
Control Tabla en móviles (Android e iOS)
El control Tabla está disponible para las aplicaciones Android e iOS......
DnDEvent (Example)
Usage example of the DnDEvent function
Creating a .NET assembly from WINDEV
To create a.NET assembly, ......
NbReceived (Property)
Returns the number of parameters actually received by a procedure.
Administrador WEBDEV: Servidores WebSocket instalados
La pestaña "WebSockets" proporciona información sobre los servidores WEBDEV WebSocket instalados en el equipo...
Sobrecargar una función WLanguage o utilizar una función WLanguage en una consulta SQL
WLanguage incluye la palabra clave "WL"......
Configuración de proyecto
Las configuraciones de proyecto permiten adaptar el mismo proyecto a distintas plataformas......
HDeleteUser (Function)
Deletes a user associated with a connection to the HFSQL server.
AJAXExecuteAsynchronous( Función)
Ejecuta un servidor Procedure sin refrescar el Page.