ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Assigning dependencies to requirements
The following steps must be performed to implement the requirements......
Describing a problem to the Free Technical Support
WDMap: Modifying the display mode of records
By default, WDMap displays the records found in a data file by using the following rules......
Dark theme on mobile devices
The latest versions of mobile OSs allow you to switch applications to a dark theme to reduce battery consumption or to make the device easier to use in a low-light environment......
Global procedure/function
A global procedure can be used in all the processes or events of the project....
WLanguage
The integrated WINDEV language, WLanguage, is powerful, simple and intuitive......
Creating and testing a query with parameters
Regardless of the query type (Select, Insert, Delete, Update) and regardless of its creation mode (with the wizard or by SQL directly), you have the ability to use parameters. The name of the parameter is specified when creating the query....
HCloseConnection (Example)
Usage example of the HCloseConenction function
HChangeConnection (Function)
Dynamically changes the connection associated with a data file.
dbgAssert (Function)
Used to find out and signal the possible errors via an assertive programming.
Server triggers
Server triggers are stored procedures executed by the server before or after a write operation performed on a database file......
2. Managing a Client/Server database
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 2 - Managing a Client/Server database - 20 min...
HTTPCookieReset (Function)
Deletes all cookies (globally or for a domain) stored: by the calls to HTTPRequest. by the calls to HTTPSend....
grPieStartAngle (Function)
Indicates the starting angle of the first slice in a Sector, Hemicycle or Donut graph.
Compiling a WINDEV Mobile project in Xcode
When the WINDEV Mobile project for iPhone/iPad is generated on the development computer, the generated files must be transferred onto a Mac in order to be compiled......
5. Swipe gestures in a window
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 5 - Swipe gestures in a window - 20 min
TablePrint (Function)
Prints the content of the specified Table control without having to create a report based on the Table control.
NFC constants
List of constants used by the NFC functions...
Speech synthesis in the mobile applications
The phones can talk!......
HTML Editor control constants
Used to find out whether the application is started in "simulator test mode" from WINDEV Mobile....
WorkingDirectory (Property)
The WorkingDirectory property is used to: get or change the directory used by the HTML Editor control to store the images and CSS sheets of an HTML page. get the directory used by the HTML Display control to store the images and CSS sheets of an HTML page. get the directory used by the Camera control to save photos and videos....
ExecuteRefreshUIParent
Immediately executes the "Request for refreshing the display" event of the parent.