ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Popup window
WINDEV allows you to open windows in popup format...
<Window>.OpenPopupAsynchronous (Function)
Opens a popup window whose result will be retrieved via a WLanguage procedure ("callback").
MyPopupControl (Reserved word)
MyPopupControl is used to handle the control that opened a popup window...
<Window>.OpenPopupPosition (Function)
Opens a popup window by specifying its opening position and waits until it is closed.
Collapsed code
The code is collapsed to improve readability, by only displaying the comments in front of the lines of code......
iParameter (Function)
Retrieves the printer configuration and configures the print.
StatStandardDeviationP (Example)
Usage example of the StatStandardDeviationP function
SCM: Check-in policy
The SCM gives you the ability to define a check-in policy......
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......
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