ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

InternalWindow
The Property Internal Window allows you to define the name of the internal window to use.
OAuth2Parameters (Type of variable)
The OAuth2Parameters type is used to define the information required to authenticate on a web service implementing the OAuth 2.0 standard.
Organizer control properties
Several WLanguage properties can be used on an Organizer control found in a window......
Error 810: * can only be used for a parameter with a default value
Error 809: The * character cannot be used as mandatory parameter in a function
Error 1054: 'Ancestor' cannot be used outside the code of a class
Constants used by the functions for managing Dockable Panel controls
HRSInit (Function)
Configures an HFSQL server in order for this server to be a master server or a subscriber server for a replication between HFSQL servers.
<Connection variable>.RSInit (Function)
Configures an HFSQL server in order for this server to be a master server or a subscriber server for a replication between HFSQL servers.
Handling character strings
WINDEV, WINDEV Mobile and WEBDEV allow you to perform different types of operations on character strings via the WLanguage functions......
Encode (Function)
Encodes a character string or a buffer. To decode the result, simply use Decode.
InternalPage
The Internal Property Page allows you to define the name of the internal Page to use.
List (Property)
The List property is used to handle the different lists of a Kanban control. You can add, modify or delete lists from a Kanban control, or navigate between them.
Managing the calendars (Android/iOS)
WINDEV Mobile allows you to easily access the calendars and appointments found on the phones and tablets in Android and iOS......
Programming a WEBDEV drop-down menu
Once the drop-down menu of your site is created, all you have to do is associate an action with each menu option......
Installing a SOAP server with Apache
Constructor and destructor
When creating a class in the code editor, the Constructor and Destructor methods are automatically created by default......
Error 102: The constants can be defined in the initialization code of project, ...
Recycle code windows
By default, a single code window is opened per ......
HDeactivateServerTrigger (Function)
Disables a HFSQL Client/Server server trigger on a server....
<Connection variable>.DeactivateServerTrigger (Function)
Disables a HFSQL Client/Server server trigger on a server....
11. Controls in practice
Discover the main characteristics of the controls...
YInitial (Property)
The YInitial property is used to: Find out the Y-coordinate: of a control (position on Y-axis) when opening the window or the page. of a window (position on Y-axis) when opening the window. Modify the Y-coordinate of a control anchored "to bottom" (position on the vertical axis) when opening the window. Find out the Y-coordinate of a control in relation to its block (position in millimeters on the vertical axis) when opening the report....
Comparing the project messages
The comparison between source and target text helps you find translation errors......
Numeric (Type of variable)
The numeric type is used to contain integer or decimal numbers by specifying if necessary: the number of digits in the integer part. the number of digits in the integer part and in the decimal part....