ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HErrorIntegrity (Function)
Used to check whether an integrity error occurred.
TestWriteResult (Function)
Writes information or an error into the status report of a unit test, in the test editor.
Chart control: "General" tab
In all the editors (window, page or report), the "General" tab of the Chart control description window allows you to define the global characteristics of the control......
Different page layout methods
Tutorial - Anchors, zoning and layouts Different page layout methods - 30 min
FTPCommand (Function)
Sends a specific FTP command to a server.
fResourceDir (Function)
Returns the path of the read-only resources of the application.
HRefreshView (Function)
Asks to recalculate the content of a materialized view.
<websocketClient variable>.Disconnect (Function)
Disconnects a client from a WebSocket server.
<websocketClient variable>.Send (Function)
Sends a message from the WebSocket server to the client.
JSONToXML (Function)
Converts a JSON string to XML.
fImageSelect (Function)
Opens the image picker of Windows.
<Connection variable>.ConnectionQuality (Function)
Returns the quality level of connection: the higher the level is, the faster the connection will be.
BrowserType (Function)
Returns the type of browser used by the Web user.
Value (Property)
The Value property is used to get and change the value of an element.
WebserviceParameter (Function)
Gets the value of a parameter in a call to a SOAP or REST Webservice request.
DriveCopyDirectory (Function)
copy a directory on the Drive to another directory on the Drive (remote disk).
gglDrive (Type of Variable)
The type gglDrive allows handle Google Drive. To use a Variable of type gglDrive , it is necessary to connect to Google Drive via the function gglDrive Connect.
HConnectionQuality (Function)
Returns the quality level of connection: the higher the level is, the faster the connection will be.
WebSocketSend (Function)
Sends a message from the WebSocket server to the client.
WebSocketDisconnect (Function)
Disconnects a client from a WebSocket server.
oDriveConnect( Function)
Creates a connection to an Drive OneDrive.
fMemOpen (Function)
Opens a memory zone shared between several applications.
HDescribeConnection (Function)
Describes a new connection to an external database.
LoadParameter (Function)
Reads a persistent value.
FOR EACH/FOR ALL statement (browse of associative arrays)
The FOR EACH statement is used to perform different types of browse on the associative arrays...