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...
HCross (Function)
Crosses a record in a data file.
ServicePause (Function)
Pauses a service.
Non-maximized windows for Android
A non-maximized window can be resized by the user and it can occupy a section of the screen only......
fExeDir (Function)
Returns the directory from which the execution is started.
Customizing the report viewer (preview)
You can display a print preview in the report viewer......
Automated tests
WINDEV Tutorial - Monitoring the evolution of an application Automated tests - 20 min
Before (Property)
The Before property replaces or inserts a procedure before the other procedures in: a Procedure variable. an event associated with a control....
fDataDir (Function)
Returns the full path of the directory of HFSQL data files specified by the user when installing the application.
HGetCurrentPosition (Function)
Returns the approximate position of current record in the data file.
iPreview (Function)
Configures the print destination.
ServiceContinue (Function)
Restarts a paused service.
HReset (Function)
Initializes: one or all variables of file items with their default values. one or all items of a Record variable with their default values....
KeyType (Property)
The KeyType property is used to set the characteristics of a key item.
DefaultValue (Property)
The DefaultValue property is used to: Find out the default value of an item. This item was defined in the data model editor or through programming. Define the default value of an item (when describing the item through programming)....
NetworkDisconnect (Function)
Disconnects a network drive.
Window with parameters
A window can: Receive parameters when it is opened. Return values when it is closed....
Compound statements
fUnlock (Function)
Entirely or partially unlocks an external file.
dbgAssert (Function)
Used to find out and signal the possible errors via an assertive programming.
fLoadText (Function)
Loads the content of a text file into any text control or text variable (string variable, edit control in a window, Static control in a report, etc.).
HRegenerateFile (Function)
Regenerates a data file from its log.
ServiceStop (Function)
Stops a service.
fLock (Example)
Usage example of the fLock function
Managing users
The monitoring robot allows you to manage the users related to the different check error reports......
3. Test of a WINDEV Mobile application
By testing the project you can simulate how the application will run....