ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Image Editor control: Options in the ribbon and the panes
The Image Editor control offers a host of options accessible via......
Configure the setup program interface
To make the installation process more user-friendly, the setup wizard allows you to customize the interface of the setup program......
Style properties (help system)
To edit the styles available in the current help system, select "Help system......
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....
MobileNetworkStatus (Function)
Returns the current status of the connection to data on the mobile network or asks to be notified when the status of the connection to data changes.
Responsive Web Design: Managing a header bar
This help page explains how to create a page containing a header bar in Responsive Web Design mode......
Start of Document block
The Start of document block is printed once at the beginning of the report execution......
Search in SCM history
The search in the history allows you to perform an advanced search in the history of operations performed in the SCM......
Appendix 2: Checking the server
Bloque entièrement ou partiellement un fichier externe....
22 tips for optimizing the speed of a site
When a site is on-lined, one of the main expectations of Web users is speed......
Manual deployment of a dynamic site
WEBDEV proposes several methods for deploying a dynamic site......
Requirement
To manage the project development lifecycle, the Project Management Hub allows you to set requirements......
Query: Displaying the records corresponding to a given period
When a "Date" item is found in the query, you have the ability to only select the records corresponding to a given period......
Programming standard errors
Programming standard errors inform you of potential problems detected when saving windows, pages, reports or when recompiling the project......
Image editor: Features
The image editor includes several features......
Managing the users of an application installed in network
The management of users allows you to find out from the server......
Writing an email
Writing an email in WLanguage consists in filling the email structure of WLanguage......
Displaying a page in a WEBDEV site
Displaying a new page in a WEBDEV site can be done according to several methods......
Help system properties
The properties of help system are used to define......
Hour (Property)
The Hour property is used to: Get the time from a variable of type Time or DateTime, or the number of hours from a variable of type Duration. Change the time in a variable of type Time or DateTime, or the number of hours in a variable of type Duration. Retrieve the time or the number of hours from a Date item (in "Date and time" or "Duration" format) or from a Time item. Modify the time or the number of hours in a Date item (in "Date and time" or "Duration" format) or in a Time item....
Translating the interface into multiple languages
When the different languages supported by the application have been selected, the information displayed by the application must be translated into these different languages......
InfoWithTimeoutAsynchronous (Function)
Displays a custom message in a non-blocking system information window for a given amount of time.
WDHFDiff: Overview
WDHFDiff is a tool used to compare HFSQL data files......
How to write into a text or CSV file?
This help page explains how to write into a text or CSV file....
Opening a window from a secondary thread
A secondary thread cannot directly open a window with the standard WLanguage functions such as......