ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

zipExtractFileList (Function)
Extracts and decompresses a list of files found in an archive to a physical location.
WEBDEV 2024 Tutorial - Table of contents
drag-and-drop operation set programmatically
The programmed Drag and Drop is used to entirely manage Drag/Drop between the different types of controls......
StringCompare (Function)
Compares two strings character by character: according to the sequence of ASCII characters. according to the alphabetical order....
DisplayOnly (Property)
The ReadOnly property is used you to determine if an element is read-only.
MongoFind (Function)
Finds documents in a MongoDB collection.
MongoInfo (Function)
Returns information about a MongoDB database.
MongoDeleteCollection (Function)
Deletes a collection from a MongoDB database.
Unicode (Property)
The Unicode property is used to get and change the Unicode format of an element.
PageNumber (Property)
The PageNumber property gets and sets a page number.
ExecuteUpdateUI (Function)
Immediately executes the "Request for refreshing the display" event of the window, page, internal window, internal page, control template or supercontrol. This function is kept for backward compatibility.
SaveParameter (Function)
Saves a persistent value in the registry or in another file specified by InitParameter.
XMLBuildString (Function)
Retrieves and formats the content of an XML document (created by XMLDocument and modified by the XML functions).
HRead (Function)
Reads a record in a file according to a given record number.
Infinite Table and Looper controls
There are two methods to populate Table and Looper controls programmatically......
Configuring the connection with WDORAINS (optional setting)
For backward compatibility with the earlier versions of Native Oracle Connector (also called Native Oracle Access), the connection can still be configured in WDORAINS (supplied with Native Oracle Connector)......
Choosing the action associated with a WEBDEV button
Whatever the type of button, it is possible to associate an action with it......
fListDisk (Function)
Returns the list of disks installed on the computer.
MongoModifyAll (Function)
Modifies documents in a collection of a MongoDB database.
MongoModifyOne (Function)
Modifies a document in a collection of MongoDB database.
MongoDeleteOne (Function)
Deletes a document from a collection in a MongoDB database.
KeyExpression (Example)
Usage example of the KeyExpression property
<DiskFile variable>.ReadLine (Function)
Reads a line from an external file (ANSI or UNICODE).
FillCharacter
The Property Filling Character allows you to know and modify the character used to fill an element.
Configuring an existing project for the SCM
Some operations are required before an existing project can be used by the Source Code Manager......