ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Managing the Bluetooth keys
Create a new type of application! With no contact between the PC and the mobile device, several processes can be run on the PC by using the data found on the mobile device......
InSimulatorMode (Function)
Used to find out whether the application is started in "simulator test mode" from WINDEV Mobile.
Using C# code
You can use C# code in WINDEV applications (Windows applications and components, .NET assemblies......
Handling Spreadsheet controls programmatically (in a report)
TestCheckTrue (Function)
Checks whether an expression is set to True in assertive programming and in automated test mode.
Deploying an application that uses an external component
An application that uses one or more external components is deployed in the same way as a standard application......
Interface of WDInst
TestCheckDifferent (Function)
Checks whether the specified expressions are different in assertive programming and in automated test mode.
Errors while managing data files
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
Report based on a TreeView Table control
You can use a report based on a TreeView Table control to directly print the information displayed in a TreeView Table control found......
dbgCheckTrue (Function)
Checks whether an expression is set to True in assertive programming and in automated test mode.
ArrayAdd (Function)
Adds an element in last position: of a one-dimensional WLanguage array. of an advanced array property (array of events of gglCalendar, etc.). of a WLanguage list....
Add (Function)
Adds an element in last position: of a one-dimensional WLanguage array. of an advanced array property (array of events of gglCalendar, etc.). from a WLanguage list....
dbgCheckDifferent (Function)
Checks whether the specified expressions are different in assertive programming and in automated test mode.
TwainToControl (Function)
Allows you to : view the document coming from the Twain device in an Image control. view the document coming from the Twain device in the user interface of device....
DriveListeFile (Function)
Lists files in an Drive directory.
SaaSAdminListPricing (Function)
Lists the pricing of a SaaS site.
NotifListCategory (Function)
Lists the notification categories of the application.
OutlookListProfile (Function)
Lists the available Outlook profiles.
WDReplic: Starting the replication
Depending on the type of replication to perform, WDReplic must be started......
Sub-query
A sub-query is a query whose result is used by another query......
Universal replication
The purpose of universal replication is to keep several databases synchronized......
Printing a report in WINDEV
When creating a report, the test of this report can be run from the report editor......
New Features brochure - Version 27: New WINDEV features
New features in WINDEV 27 presented in the New Features brochure....
Advanced management of class instances
The advanced management of instances is used to choose the mode for taking reference. This choice directly impacts the freeing of the class objects: depending on the selected take of reference, the "Destructor" will not be called at the same time....