ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Server code/Browser code
WEBDEV allows you to create static pages and dynamic pages...
Set of procedures
The global procedures are grouped in set of procedures...
Accessing a database in local mode (SQLite)
WEBDEV allows a site to create and access a database created by the browser on the computer of the Web user in browser code.
16. Types of code
Global procedure/function
A global procedure can be used in all the processes or events of the project.
Local procedure
Two types of procedures are available...
InWinRTMode (Function)
Indicates whether the code is run in WinRT mode (Windows Store apps). Function kept for backward compatibility....
Timer (Function)
Periodically and automatically calls a WLanguage procedure.
ASPDisplay (Function)
Calls an external ASP script and returns the result page in the current browser window.
PHPDisplay (Function)
Calls an external PHP script and returns the result page in the current browser window.
xlsDocument (Example)
Usage example of the xlsDocument type
<Page>.Use (Function)
Displays a WEBDEV page in the browser of the Web user and closes all the current page contexts.
WLanguage procedure called by SelectColor
Browser WLanguage procedure ("callback") executed by SelectColor when the color selection popup is closed.
BrowserMobile (Function)
Allows you to find out whether the browser used by the Web user is started on a mobile device.
HReadLast (Function)
Sets the position on the last record of a data file according to a browse item.
Guided Tour
A Guided Tour presents a series of features, displayed in a tooltip in the current window or page......
AWP: Managing contexts
To keep the value of global variables when switching from a page to another one, the AWP mode proposes a management of contexts......
HReadNext (Function)
Sets the position on the next data file record according to a browse item.
<HTML Display control>.ExecuteBrowserProcedure (Function)
Executes a WLanguage browser procedure in an HTML Display control that displays a page created with WEBDEV.
HTMLExecuteBrowserProcedure (Function)
Executes a WLanguage browser procedure in an HTML Display control that displays a page created with WEBDEV.
ERR_NO_PAGE
Navigation history in the code
The different editors enable you to directly view the code of an element by pressing the F2 key......
InWinRTSimulatorMode (Function)
Identifies whether or not the code is executed in the WinRT simulator (simulator for applications in Windows Store mode). Function kept for backward compatibility....
Code history
The code history is used to......
InUniversalWindowsPlatformMode (Function)
Indicates whether the code is run in Universal Windows Platform mode (Universal Windows 10 App). Function kept for backward compatibility....
FOR EACH/FOR ALL statement (browse of enumerations)
The FOR EACH statement is used to browse the available values in the enumerations.
FOR EACH/FOR ALL statement (browse of combinations)
The FOR EACH statement is used to browse the available values in the combinations.
7. Layouts using the Flexbox control
SemiDynamicPageDisplay (Function)
Displays a semi-dynamic page in the browser of the Web user from a dynamic or static WEBDEV page.
Printing bar codes
WINDEV, WEBDEV and WINDEV Mobile allow you to print bar codes....
HPrevious (Function)
Positions on the previous file record according to a browse item.