ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MDL file (kept for backward compatibility): Pattern description
The MDL file is the file used to generate a RAD window......
1. Testing a site: Elements to be tested
CellDisplayDialog (Function)
Displays a Cell control in a page with a DDW effect (Dim Disabled Windows). This function is used to easily simulate a dialog box in browser code, by using a Cell control in a page.
<Cell>.DisplayDialog (Function)
Displays a Cell control in a page with a DDW effect (Dim Disabled Windows). This function is used to easily simulate a dialog box in browser code, by using a Cell control in a page.
How Session mode pages work
WEBDEV includes several types of pages to create dynamic sites......
WDScript: use in interactive mode
In interactive mode, the WDScript editor is divided into several areas......
MyFile (Reserved word)
In a trigger, MyFile is used to identify the file that activates the trigger...
MyParameters (Reserved word)
The MyParameters keyword is used to handle the parameters passed to a WLanguage procedure...
MyLeftSlidingWindow (Reserved word)
MyLeftSlidingWindow is used to handle the left sliding window associated with the current window.
MyRightSlidingWindow (Reserved word)
MyRightSlidingWindow is used to handle the right sliding window associated with the current window.
MyChildWindow (Reserved word)
MyChildWindow is used to handle the child window of the current window.
MyInternalWindow (Reserved word)
MyInternalWindow is used to handle the current internal window.
MyPage (Reserved word)
MyPage is used to handle the current page...
New (Reserved word)
New is used to allocate memory space...
Delete (Reserved word)
The memory occupied by a dynamic object (array, class object, ...
MyWindow (Reserved word)
MyWindow is used to handle the current window...
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...
STOP (Reserved word)
STOP is used to call the WLanguage debugger during a test in the editor...
Extern (Reserved word)
EXTERN is used to...
Modulo (Reserved word)
Returns the remainder of a division.
MyControl (Reserved word)
The MyControl keyword represents the control that holds the process being executed.
MyHostControl (Reserved word)
The MyHostControl keyword is used to handle the WEBDEV Page control from the code of the page it displays.
Export your data to Word
HTTPAddParameter (Function)
Adds a parameter to an HTTP form.