ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Browser code (WLanguage): Framework 2
Starting with version 22, WEBDEV offers a new WLanguage framework for browser code...
Server code/Browser code
WEBDEV allows you to create static pages and dynamic pages...
Local procedure
Two types of procedures are available...
Global procedure/function
A global procedure can be used in all the processes or events of the project.
Global and local variable
Two types of variables are available...
16. Types of code
Opens a replication in direct mode or with a replication server.
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.
Set of procedures
The global procedures are grouped in set of procedures...
<Source>.LockRecNum (Function)
Locks a record and restricts the access to this record for all the other applications.
HLockRecNum (Function)
Locks a record and restricts the access to this record for all the other applications.
HReadSeekFirst (Example)
Usage example of the HReadSeekFirst function
Encrypt (Function)
Encrypts a character string in binary format or in ASCII format.
Camera/Video functions (prefix syntax)
Closes the current browser window and stops the execution of the current code....
DDEWarmLink (Function)
Creates a warm link with a data.
Context menu of windows (AAF)
The popup menu of the windows (right mouse click on the window) contains the following options......
The Edit control
The Edit control allows users to enter data......
DDEString (Function)
Returns the information retrieved by DDERetrieve.
DDELink (Function)
Creates a hot link with a data.
Creating an executable: Managing manifests
When running an executable, Windows Vista (and later) performs several checks regarding the rights of the current user via the UAC mechanism (User Account Control)......
OLECreateCopy (Function)
Associates an OLE control with an OLE object while specifying a base file.
OLECreateEmpty (Function)
Associates an OLE control with an OLE object by invoking a specific OLE server.
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.