ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Running the test of a static project
The test of the entire project allows simulating the startup of the site......
<sshSession variable>.Read (Function)
Reads the data found on the output buffer of the SSH session.
<mongoCollection variable>.ModifyOne (Function)
Modifies a document in a collection of MongoDB database.
<xmlDocument>.ToJSON (Function)
Converts an XML string to JSON.
<redisConnection>.Get (Function)
Gets the value of a key from a Redis server as a string.
<redisConnection>.Set (Function)
Changes the value of a key on a Redis server.
<redisConnection>.Publish (Function)
Publishes a message on a Redis broadcast channel.
<redisConnection>.Unsubscribe (Function)
Cancels a subscription to a Redis broadcast channel.
<redisConnection>.Subscribe (Function)
Subscribes to a Redis broadcast channel.
<Gantt chart>.ListLink (Function)
Lists the links in a Gantt Chart column in a Table or TreeView Table control.
<Gantt chart>.DeleteLink (Function)
Removes links from a Gantt Chart column in a Table or TreeView Table control.
ExeListProcess (Function)
Returns the list of applications currently run.
<sshSession variable>.DisconnectShell (Function)
Closes an SSH session that was opened by SSHConnectShell.
EmailSaveAttachment (Function)
Copies the attachment of current email onto the user computer (locally).
ScanList (Function)
Lists the scanners connected to the current computer.
FBRequest (Function)
Performs a communication request (HTTP request) to the Facebook Graph API.
MongoDeleteDatabase (Function)
Deletes a MongoDB database as well as its collections.
SQLGetMemo (Function)
Retrieves the content of a Memo column from the query result, for the current row.
MongoDeleteCollection (Function)
Deletes a collection from a MongoDB database.
MongoModifyAll (Function)
Modifies documents in a collection of a MongoDB database.
MongoDeleteOne (Function)
Deletes a document from a collection in a MongoDB database.
Customizing the User Groupware
SQLReqExists (Function)
Checks the existence of a query.
Sortable (Property)
The Sortable property is used to: Determine if a Table control column is sortable. Make a column of a Table control sortable or not....
Context Menu control properties
You can manipulate Context Menu controls in a page using the following WLanguage properties......