ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Setup wizard: Steps for creating a WINDEV application setup program
The setup program creation wizard allows you to define all the settings of your setup program.
Database parameters (Setup program)
The setup program creation wizard includes the setup of the database along with the application and suggests additional elements...
Configuring the setup program
Two tools can be used to create a setup program...
TreeView control linked to a data file
You have the ability to create TreeView controls directly linked to the data....
AAFs available for numeric edit controls
The numeric edit controls propose several AAFs (Automatic Application Features): a context menu proposing the "Calculator" option. the ability to modify the control value with the mouse wheel....
TmeLine control linked to a data file or variable
You can create TimeLine controls directly linked to the data....
Images, colors and tabs
To optimize the appearance of your screens, WINDEV, WEBDEV and WINDEV Mobile allows you to use images or colors in your tab controls......
OpenMobileWindow (Function)
Opens a window in a mobile application.
nfcTag (Type of variable)
The nfcTag type is used to define the advanced characteristics of an NFC tag (Near Field Communication).
Managing the critical sections
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....
Point (Type of variable)
A Point variable is a structured type that is used to represent a position (X, Y) in 2 dimensions.
Report viewer: "Print" tab
The report viewer allows end users to view reports before printing them......
pdfSignature (Type of variable)
The pdfSignature type is used to define the advanced characteristics of the signature that will be applied to a PDF file when signing an existing PDF (via PDFSign).
docStyle (Type of variable)
The docStyle type is used to define the advanced characteristics of a style belonging to a document, a paragraph or a document fragment.
Events associated with Internal Page controls
List of events associated with internal pages and Internal Page controls
zipExtractDirectory (Function)
Automatically extracts and decompresses files from a directory in the file tree of an archive to a physical location.
Creating an executable: Information and version number
The version information of an executable corresponds to the information visible in the Windows file explorer....
Creating index keywords
Index keywords allow users to easily find a help page......
Managing the synchronization
For each action performed in a page, the mechanism for page synchronization automatically checks the synchronization......
Multiline strings
To type character strings over several lines in the code editor...
PageParameter (Function)
Returns the value of a parameter passed to the current page.
Open (Function)
Opens a modal WINDEV window.
TreeAdd (Function)
Adds a "leaf" element (and all necessary nodes) into a TreeView control.
HFilterStartsWith (Function)
Defines and enables a "Start with" filter on a file, view or query.
SQLFirst (Function)
Positions on the first row of the query result.
Looper control based on a data file
This type of Looper control uses data from a data file or query......
SCM file format evolutions
Four versions are available for the SCM repository......
HExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.