ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

OpenPopupAsynchronous (Function)
Opens a popup window whose result will be retrieved via a WLanguage procedure ("callback").
<Window>.OpenPopupAsynchronous (Function)
Opens a popup window whose result will be retrieved via a WLanguage procedure ("callback").
OpenPopupPosition (Function)
Opens a popup window by specifying its opening position and waits until it is closed.
<Window>.OpenPopupPosition (Function)
Opens a popup window by specifying its opening position and waits until it is closed.
OpenPopup (Function)
Opens a popup window and waits for this window to be closed.
Collapsed code
The code is collapsed to improve readability, by only displaying the comments in front of the lines of code......
StatStandardDeviationP (Example)
Usage example of the StatStandardDeviationP function
iParameter (Function)
Retrieves the printer configuration and configures the print.
Creating the Relation pages of a WEBDEV RAD pattern
iPrint (Function)
Sends the character string passed as parameter to the print buffer.
iXPos (Function)
Used to manage the horizontal position (X-coordinate) of print cursor in the page.
iYPos (Function)
Used to manage the vertical position (Y-coordinate) of print cursor in the page.
Deploying in the cloud for PC SOFT applications
PC SOFT allows you to host your sites in the CLOUD for PC SOFT applications......
Events associated with the controls of a report
The events associated with the controls of a report are as follows......
SCM: Check-in policy
The SCM gives you the ability to define a check-in policy......
HDeclare (Function)
Declares a description of data file (found in an analysis) in the current project.
HActivateFilter (Function)
Enables the filter that was previously created for the specified data file (view or query).
ThreadSendSignal (Function)
The current thread sends a signal to the specified thread in order to unlock it.
Indirection operators
The { and } operators are used to access a control, a variable, a class member or a file item by dynamically building the name of control, variable, class member or item...
4. Adding a product
WEBDEV Tutorial - Creating a website with back office processes Lesson 4 - Adding a product - 50 min
24. Displaying and linking pages
CoordinateScreenToEditor (Function)
Converts a size or a position specified in the native dpi of the screen on the device where the application is run to the reference dpi in the editor (160 dpi).
LooperCount (Function)
Returns the number of rows in a Looper control.
Body Complement block
The Body complement block is linked to the Body block......
geoDistance (Function)
Returns the distance between the two locations. This distance is expressed in meters by default.
Geolocation functions/GPS
The following functions are used to handle geolocation data and to control GPS devices......
CoordinateEditorToScreen (Function)
Converts a size or a position specified in the reference dpi in the editor (160 dpi) to the native dpi of screen on the device where the application is run.
Installing a WEBDEV cluster
A WEBDEV cluster is a set of servers (or server farm)......
BrowserRunApp (Function)
Opens the default Web browser of the current device.
OpenChild (Example)
Usage example of the OpenChild function