ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Camera control in a mobile application
The Camera control is used to......
Managing the certificates
Signing a file allows you to check that the file was not modified or altered since it was signed. The signature also allows you to check the issuer identity....
HWrite (Function)
Writes a record into a data file without updating the indexes corresponding to all keys used in the file.
grAxisTitle (Function)
Defines the title of X-axis and the title of Y-axis in a chart.
CriticalSection (Type of variable)
CriticalSection variables are used to define critical sections to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given moment in an application.
3. Managing a website
WEBDEV Tutorial - Website deployment Lesson 3 - Managing a website - 10 min
License agreement for WINDEV Mobile Express
License agreement of WINDEV Mobile Express...
Maintaining the files of Control Centers
When using a database, you may have to perform maintenance operations on the data files......
HCross (Function)
Crosses a record in a data file.
Report viewer: "Preview" tab
The report viewer allows end users to view reports before printing them......
WEBDEV administrator: Viewing the logs
The "Logs" tab is used to see the details of logs for a specific period......
WDAdminHF: Saving the databases
The remote HFSQL administrator allows you to create backups of HFSQL Client/Server data files......
SSL: Secure transactions with WEBDEV
When using an Internet application, the data circulating between the computer of the Web user and the Web server is not protected......
HModify (Function)
Modifies the specified record or the record found in memory in the data file (query or view).
Creating the menus for the windows of the WINDEV RAD pattern
AFTER
Runs a process only after a given procedure has been executed, and continues to execute the current code while waiting for this procedure to end.
COMCallMethod (Function)
Runs a method of an interface of a COM object instantiated by COMCreateInstance.
EmailStartSMTPSession (Function)
Starts a session for sending emails with the SMTP protocol.
iEllipse (Function)
Prints an ellipse (in a rectangle).
Font (Type of variable)
A Font variable creates a font programmatically...
<Source>.Mode (Function)
Changes the mode and the method for locking data files.
Data Binding: Creating controls from the "Project explorer" pane
Data binding is a process that binds variables in memory to controls in a window or page......
NotifPushProcedure (Function)
Specifies the WLanguage procedure called when a push notification is received by a WINDEV Mobile application (Android or iOS).
User Groupware: Encrypting passwords
To increase the security of user groupware, WINDEV and WEBDEV now encrypt the passwords of users......
The planes in WEBDEV
The planes are used to group the controls of an element......