ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

NumToString (Function)
Converts a numeric value (integer, real or currency) to a string according to a specified format.
Miscellaneous Windows constants
List of constants used by the Windows functions....
Responsive Web Design: Management of anchors
In "Responsive Web Design" mode, the width of controls is automatically reduced when the browser width is reduced......
The windows and pages of the User Groupware
Two methods can be used to include the user groupware......
User Groupware files
Two categories of data files are managed......
The Sidebar control
The Sidebar control gives access to different options......
ExecuteUpdateUIParent (Function)
Immediately executes the "Request for refreshing the display" event of the parent. This function is kept for backward compatibility.
RequestRefreshUI
Requests the execution of the "Request for refreshing the display" event (and gives back control without waiting for the execution of the event).
GPSDetectPosition (Function)
Asks to be notified when the device gets close to a given location.
inAppPurchaseProduct (Function)
Sends a request for purchasing an "In-App" product associated with the application.
ExecuteRefreshUIParent
Immediately executes the "Request for refreshing the display" event of the parent.
GPSFollowMovement (Function)
Requests to be notified periodically of the device's current location....
RequestUpdateUI (Function)
Requests the execution of the "Request for refreshing the display" event (and gives back control without waiting for the execution of the event). This function is kept for backward compatibility.
ControlToSource (Function)
Assigns the control value to the source of a control link.
RequestUpdateUIParent (Function)
Asks to run the "Request for refreshing the display" process of parent. This function is kept for backward compatibility.
FullScreen (Function)
Enables or disables the full-screen mode in the applications in Universal Windows 10 App mode.
Applying the Responsive Web Design mode to an existing page
This help page explains how to apply the Responsive Web Design mode to an existing WEBDEV page......
Access rights to a class property
A property is a code element that includes two processes......
APIConfigure (Function)
Modifies the options for calling API and CallDLL32.
CallInterface (Function)
Runs a method of an interface of an object implemented in a DLL external to the WINDEV framework.
ActionClick (Property)
The ActionClick property is used to define the procedure executed when an element is clicked.
Creating a Responsive Web Design page
Websites can be viewed on several platforms......
Telemetry: Method used to send data
Telemetry data is sent to the server regularly and is processed by the server every 2 hours......
Required or invalid input in WINDEV
WINDEV and WINDEV Mobile include several options to manage required or invalid input, both via the window editor and through programming......
ExecuteRefreshUI
Immediately executes the "Request for refreshing the display" event of the window, page, internal window, internal page, control template or supercontrol.