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...
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 window, internal page, control template or supercontrol.
RequestRefreshUIParent
Asks to run the "Request for refreshing the display" process of parent.
CertificateCheckDuplicate (Function)
Checks the signature of a duplicate.
Project comparator
Comparing two windows (two pages, two reports, two classes, ......
ExecuteRefreshUIElement (Function)
Immediately executes the "Request for refreshing the display" event of the given element.
<Element>.ExecuteRefreshUI (Function)
Immediately executes the "Request for refreshing the display" event of the given element.
Mouse management functions
List of functions for mouse management...
ArcCos (Function)
Returns the arc cosine of a numeric value (integer or real).
LoadParameter (Function)
Reads a persistent value.
Appendix 1: WEBDEV vocabulary
Bloque entièrement ou partiellement un fichier externe....
HTMLAttribute (Property)
The HTMLAttribute property reads and changes the HTML attributes of the control.
DDEStart (Function)
Starts the execution of a program (an executable for example) from the current application.
8. "Mobile friendly" site: Dynamic serving
Log (Function)
Calculates the decimal logarithm of a numeric value.
Sin (Function)
Returns the sine of an angle.
Ln (Function)
Calculates the Napierian logarithm (reverse of exponential) of a numeric value.
TreeInsert (Function)
Inserts a leaf into a TreeView control at a specific position.
Conditions for using a .NET assembly
Before using a .NET assembly, a specific configuration is required......
Creating a .NET assembly from WINDEV
To create a.NET assembly, ......
SaveParameter (Function)
Saves a persistent value in the registry or in another file specified by InitParameter.
CoTan (Function)
Calculates the cotangent of an angle.
Tangent (Function)
Calculates the tangent of an angle.
.NET Assemblies
.NET is Microsoft's software development platform......
.NET application
To create a.NET application from a project......