ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MyInternalWindow (Reserved word)
MyInternalWindow is used to handle the current internal window.
MyPage (Reserved word)
MyPage is used to handle the current page...
MySource (Reserved word)
MySource is used to handle the current data source (file, view or query) associated with a report or with a table based on a data file...
MyWindow (Reserved word)
The keyword MyWindow keyword is used to manipulate the current window...
MySelf (Reserved word)
MySelf is used to handle the current control...
MyPopupControl (Reserved word)
MyPopupControl is used to handle the control that opened a popup window...
MyReport (Reserved word)
MyReport is used to handle the current report...
BurnerSave (Function)
Burns the files found in the compilation onto the CD or DVD.
ExecuteRefreshUIParent
Immediately executes the "Request for refreshing the display" event of the parent.
HourGlass (Function)
Transforms the mouse cursor into hourglass (and conversely). In Android and iOS, displays...
iCloseReport (Function)
Stops printing the current report immediately.
Wait (Function)
Temporarily stops the program execution.
Upgrading a WEBDEV Cluster
WEBDEV Custer is a hosting solution for WEBDEV sites that ensures high performance...
hFileParameter (Type of variable)
The hFileParameter type is used to define the data files taken into account by a scheduled...
ExecuteMainThread (Function)
Triggers the execution of the procedure specified in the main application thread.
ErrorPropagate (Function)
Propagates a non-fatal error that can be processed by the calling code if the management...
ProfilerStart (Function)
Starts "collecting information" for the performance profiler.
Declaring and using a variable
A variable is defined by name and type......
GOTO statement
The GOTO statement is used to run a code identified by a given label...
ExeRunning (Function)
Allows you to find out whether a 32-bit application is already run.
AJAXExecute (Function)
Runs a server procedure without refreshing the page.
ExecuteRefreshUI
Immediately executes the "Request for refreshing the display" event of the window, page, internal...
Extern (Reserved word)
EXTERN is used to...
ThreadExecute (Function)
Starts the execution of a secondary thread.
Events associated with a Sliding Banner control
WEBDEV manages the following events by default (order of appearance in the code editor)...
Properties associated with a menu or with a menu option
Several WLanguage properties can be used on a menu found in a window or in a page......
Internal procedure
Several features require a procedure called once or several times via a WLanguage function...
Starting WDOptimizer in a command line
sfProcessSubmitRequest (Type of variable)
The sfProcessSubmitRequest type is used to describe a Salesforce record (also called a Salesforce...
How to create and handle a structure?
This help page explains how to create and handle a structure....