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...
Minimap
The minimap is an option that allows you to quickly navigate the code editor......
WDScript: use in interactive mode
In interactive mode, the WDScript editor is divided into several areas......
Project compilation: Warning, Error, Information, Programming standard...
When developing a project, the project is compiled on a regular basis....
Error 1008: The member of the class is protected
BCCalculateControlCharacter (Function)
Returns the check code of a bar code.
<Source>.ReadFirst (Function)
Sets the position on the first record according to a browse item.
<Source>.Previous (Function)
Positions on the previous file record according to a browse item.
2. Examples and components provided with WEBDEV
4. HFSQL Classic
The "Code snippets" pane
The "Code snippets" pane lists the code snippets currently available......
Execute (External language)
Runs the code of a control or the code of a procedure in WLanguage.
Code snippets
The code editor allows you to enter "Code snippets"......
InUniversalWindowsPlatformSimulatorMode (Function)
Indicates whether the code is run in the simulator for the applications in Universal Windows Platform mode (Universal Windows 10 App). Function kept for backward compatibility....
Page templates and inheritance
When a page template is applied to a page, all the controls and code found in the template are "copied" into the page......
Report templates and inheritance
When a report template is applied to a report, all the controls and code found in the template are "copied" into the report......
Error 1009: The member of the class is private
Options for generating the HTML pages
The options for generating the HTML pages in a WEBDEV project can be defined......
<Source>.ReadPrevious (Function)
Sets the position on the previous record of a file according to a browse item.
BCDecode (Function)
Decodes the information stored in a QR Code bar code.
ScriptDisplay (Function)
Calls an external script or page (.php, .asp, .mhtml or.mht) and returns the result page in the current browser window.
HLast (Function)
Sets the position on the last record of a data file according to a browse item.
The "Context-sensitive code view" pane
The "Context-sensitive code view" pane allows you to view and edit the code of the element (window, page, report, control, etc....
HNext (Function)
Sets the position on the next data file record according to a browse item.
SQL commands available in an SQL query
WINDEV allows you to easily run queries in SQL code......
XMLFound (Function)
Checks whether the current element corresponds to the current browse or to the current search.