ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Creating an automatic help
The Automatic Application Features (AAF) allow you to add features to your application without having to write a single line of code......
Managing the semaphores in the threads: limiting the simultaneous code execution
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....
Handling the report blocks through programming
Each report block is associated with different events......
Scheduler control: Customize appointments
In the Scheduler control, the appointment is displayed in a specific area......
DialogAsynchronous (Function)
Displays a non-blocking message box and calls a WLanguage procedure with the value of the button clicked by the user.
Layout control properties
You can manipulate Layout controls (and its cells) in a window or page using the following WLanguage properties......
Restoring an HFSQL Client/Server database
A backup of a HFSQL Client/Server database can be restored at any time......
pvtPosition (Type of variable)
The pvtPosition type is used to handle a cell of a Pivot Table control.
mongoGridFSFileInfo (Type of variable)
The mongoGridFSFileInfo type is used to define the advanced characteristics of a file in a MongoDB database.
WDAPI overview
WDAPI simplifies the use of Windows APIs in a WINDEV application......
The key items
Keys are specific items in your analysis......
FileToPage (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. This operation is performed regardless of the state of the controls (grayed, inactive or invisible). the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
User Control Center: Overview
The User Control Center is used to manage the applications deployed on a company network....
SFDisconnect (Function)
Disconnects: the Salesforce platform. the current Salesforce session....
CertificateClientInfo (Function)
Returns information about the certificate used by the client computer.
HComputer (Function)
Stores a unique computer number or identifier in order to use the log and transactions over the network.
2. Searching and iterating over records
WINDEV Tutorial: WINDEV application: Managing data Lesson 2 - Searching and iterating over records - 30 min
Managing the groups and users (HFSQL Client/Server)
To simplify the management of users and groups of users, the HFSQL Client/Server engine uses several variables allowing you to easily define the characteristics of groups and users......
Printing the content of a table (AAF)
A Table control proposes an automatic popup menu allowing the user to perform several operations on the data displayed in the table......
Bluetooth constants
List of constants used by the Bluetooth functions....
Advanced installer options
The setup wizard allows you to specify advanced options for the installer. These advanced options are used to: specify the options for managing the installer framework. specify the options for managing the UAC for the installer....
Step 5: Site parameters
Once the site installed, you can define the site connection options......
File Description (Type of variable)
The File Description variable is used to programmatically describe data files.
Using the query result
The result of a select query can be used in......
2. My first window
WINDEV Tutorial: WINDEV overview Lesson 2 - My first window - 30 min