ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ErrorThrow (Function)
Throw a non-fatal error.
Events associated with a Dashboard control
WINDEV and WINDEV Mobile manage the following events by default (order of appearance in the code editor)...
GPSStopDetection (Function)
Stops the location detection triggered by GPSDetectPosition.
SWITCH statement
The SWITCH statement is used to choose the action that will be run according to the value of an expression...
H.NbRecModificationQuery
Used to find out the number of records added, modified or deleted when running the last query of the current context.
dCopy (Function)
Copies an image to another image.
Filtering a data file, a view or a query
A filter is used to define by programming a selection of records corresponding to one or more criteria......
HChangeRplDir (Function)
Modifies the location for the description of subscriber replica (RPL file).
AutomaticLink (Property)
The AutomaticLink property is used to: determine if the automatic link detection mode is enabled, enable or disable the automatic link detection mode....
The different copy modes
Two different copy modes are proposed by WDTRAD......
Creating a table in a report
Tables can be created in a report......
WebserviceClientIPAddress (Function)
Returns the IP address of the computer using and calling the Webservice.
Open (External language)
Opens a window.
WDSQL: Connecting to a database
The first operation to perform in order to use WDSQL is to establish the connection to a database......
iPrint (Function)
Sends the character string passed as parameter to the print buffer.
Installing WINDEV, WEBDEV or WINDEV Mobile
This chapter presents the configuration required to install WINDEV, WEBDEV or WINDEV Mobile as well as the different steps of setup......
Materialized view
1. Project audits
WEBDEV Tutorial - Optimizing a WEBDEV project Lesson 1 - Project audits - 15 min
Native SQL Server Connector: Programming with HFSQL functions
To use an SQL Server database with Native Connector, the structure of SQL Server tables must be imported into the data model analysis......
Starting WDOptimizer in a command line
Popup window
WINDEV allows you to open windows in popup format......
DDEEvent (Function)
Associates a WLanguage procedure with a DDE event: when the DDE event occurs, the associated WLanguage procedure is automatically run.
DotNetAddHeader (Function)
Adds a header to the next procedure that will be run on the server.
ServiceWait (Function)
Pauses the current service during the specified duration.
Adapting a website to support multiple languages
WEBDEV Tutorial - Managing multiple languages in a website Adapting a website to support multiple languages - 50 min