ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

mongoConnection (Type of variable)
The mongoConnection type is used to define the advanced characteristics of a connection to a MongoDB server.
<Connection variable>.RSListConfig (Function)
Lists the replications available on a master HFSQL server.
<Connection variable>.DeleteSet (Function)
Deletes a set of stored procedures from an HFSQL server.
<Connection variable>.DeleteGroup (Function)
Deletes (from the server) a group of users associated with a connection.
<Connection variable>.DeleteDirectory (Function)
Deletes a directory from an HFSQL Client/Server database....
<Connection variable>.DeleteUser (Function)
Deletes a user associated with a connection to the HFSQL server.
<redisConnection>.ExecuteCommand (Function)
Executes a command on a Redis server and retrieves the result.
Checking spelling in edit controls
WINDEV lets you use the spelling checker in the Edit controls and text columns of the Table controls of WINDEV applications......
The Web Component control
The Web Component control is used to include any external Web resource in a WEBDEV site......
The Repositionable Note control
The Repositionable Note control allows you to include the famous yellow sticker in your applications......
CriticalSection (Type of variable)
CriticalSection variables are used to define critical sections to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given moment in an application.
Events associated with TreeView controls
List of events associated with TreeView controls...
MQTTConnect (Function)
Used to connect to a MQTT server (also called "Broker").
MQTTDisconnect (Function)
Allows you to disconnect from a MQTT server (also called "Broker").
InWindowsStoreAppSimulatorMode (Function)
Identifies whether or not the code is executed in the simulator for applications in Windows Store mode. Function kept for backward compatibility....
FullScreen (Function)
Enables or disables the full-screen mode in the applications in Universal Windows 10 App mode.
FTPSize (Function)
Returns the size (in bytes) of a file found on an FTP server (File Transfer Protocol).
ModbusConnectTCP (Function)
Connects a client to a Modbus server via transmission control protocol (TCP).
WINDEV and OPC
OPC stands for "OLE for Process Control"......
HModifyTask (Function)
Modifies a scheduled task on the HFSQL server defined by the connection.
DNS functions
17. WLanguage: a simple and powerful language
Importing elements into a project
All the elements handled by a project (window, report, classes, set of procedures, queries, ......
GglConnect (Function)
Manages authentication on a Google server (via the "OAuth 2.0" authentication mode).
Signature of iOS applications
Signing an application is mandatory from Xcode 8......