ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

BLOCK
The <BLOCK> keyword is used in the code editor to declare custom blocks of code. These blocks of code are used to highlight the different steps of an algorithm and to group the declarations of variables or members.
Structure of data files of user groupware
InAndroidMode (Function)
Indicates whether the code is run in Android mode.
The Date edit control: Input or display masks
WINDEV, WINDEV Mobile and WEBDEV propose two types of masks......
The planes in WEBDEV
The planes are used to group the controls of an element......
<String type>.Format (Function)
Formats a character string according to the selected options.
The Time control: Input or display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks......
Testing a dynamic page (session or AWP mode)
The test of a single page runs the current page in WEBDEV......
Mechanism of specific exceptions
A process of specific exception is used to process a risky code (which means a code that could trigger an exception)......
Applet control properties
List of properties associated with the Applet control...
Site test: the different types of tests
WEBDEV includes multiple methods for testing your sites......
WEBDEV Page control
The WEBDEV Page control allows you to integrate a WEBDEV page into a WINDEV application......
Quick search in the current code
When coding, developers often need to do a quick search in the current code...
Handling Button controls programmatically
WINDEV, WINDEV Mobile and WEBDEV allow you to programmatically handle Button controls......
Drag and Drop management functions
The following functions are used to manage Drag and Drop:...
Modifying the values displayed in the result of a select query
In the result of a select query, you have the ability to only display......
17. WLanguage: a simple and powerful language
GetCountryName (Function)
Returns the name of a country that corresponds to its ISO code according to the ISO 3166-1 standard.
Handling a Progress Bar control through programming
A Progress Bar control can be handled through programming......
4. When to use the debugger?
Report based on an Organizer control
A report based on an Organizer control is used to directly print the information displayed in the Organizer control...
Image control in a window
This help page presents the characteristics of an Image control found in a window...
PageDisplayDialog (Function)
Displays a page in modal mode. This function is used to establish a dialog with the user. The page is displayed in the foreground while the opening page is displayed in the background, grayed by the DDW mechanism.
The Duration control: Input or display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks......
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......