ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Migrating a WEBDEV site to PHP
To migrate a WEBDEV site to PHP......
Canada.CheckSIN (Function)
Checks the validity of a Canadian Social Insurance Number (SIN).
Table, List Box and Combo Box controls bound to queries
A Table, List Box or Combo Box control can be used to display the content of a data file or query......
ScriptDisplay (Function)
Calls an external script or page (.php, .asp, .mhtml or.mht) and returns the result page in the current browser window.
The framesets
Via the management of framesets, WEBDEV allows you to display several HTML pages in the same browser window......
Handling a Popup control through programming
The popup being a control of the page, you have the ability to access: the page controls from the popup. the popup controls from the page....
PageToSource (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
SourceFromPage (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
Selecting the keywords associated with a page
The keyword selection window allows you to select the keywords to be associated with a help page......
ExecuteRefreshUI
Immediately executes the "Request for refreshing the display" event of the window, page, internal window, internal page, control template or supercontrol.
gpwOpen (Function)
Opens the User Groupware login window or page.
Anchoring in a page
In a page, the anchors define how the content of a page will behave when the page is enlarged by the Web user....
WEBDEV User Groupware: Tips
This help page contains different programming tips for the User Groupware in WEBDEV......
Events associated with framesets
List of events associated with framesets...
gpwOpenConfiguration (Function)
Opens the User Groupware configuration window or page.
Nesting the framesets
By default, a frameset is used to display several pages in the same window of the browser......
The "Code hashtags" pane
Handling the framesets
The different operations that can be performed on the framesets are as follows......
Checking out an element
To work on a project element found in the Source Code Manager, you must check out the element before it can be modified......
<Page>.ToSource (Function)
Automatically initializes: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
<Source>.FromPage (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
Rating control properties
The Rating control can be used in a window as well as in a page....
Pre-launched sessions
A pre-launched session is a session of a Web site (or webservice) automatically started on the Web server from the WEBDEV Application Server......
14. Report templates
...Report templates are used to easily standardize report layouts....
<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.