ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Document (Type of variable)
The Document type is used to handle a "docx" document.
ParallelTask (Type of variable)
The ParallelTask type is used to handle a task, which means a procedure run by a thread in the parallel programming.
DateTime (Type of variable)
The DateTime type enables you to easily handle a date and a time...
Certificate (Type of variable)
The Certificate type is used to handle: the certificates used to sign the strings or the files. the certificates used to sign the emails....
zipArchivedFile (Type of variable)
The zipArchivedFile type is used to handle a file found in an archive in one of the following formats: ZIP, CAB, RAR or WDZ or a file to add into an archive.
pdfDocument (Type of variable)
The pdfDocument type gets all the characteristics of a PDF file: author, date created, page content, etc.
Scanner (Type of variable)
The Scanner type is used to handle the information from a scanner.
Time (Type of variable)
The Time type is used to easily handle the times...
hRSConfig (Type of variable)
The hRSConfig type is used to define the advanced characteristics of a replication between 2 HFSQL servers.
Native Oracle Connector for WINDEV and WEBDEV
WINDEV and WEBDEV support an optional Native Oracle Connector (also called Native Oracle Access......
sfUserInfo (Type of variable)
The sfUserInfo type is used to get information about a user...
hScheduling (Type of variable)
The hScheduling type is used to define and find out the characteristics of the scheduling that must be performed: for a scheduled optimization task of HFSQL Client/Server files. for a scheduled backup task of HFSQL Client/Server files. for a scheduled replication of HFSQL servers....
InfoVersion (Type of variable)
The InfoVersion type is used to find out the characteristics of a specific application version.
Subscribing an element to the dictionary
The subscription to a dictionary element is automatically proposed......
Operator on Address
The & operator returns the address of a variable as an integer
KeyPressed (Function)
Checks which key is pressed.
HTransactionInterrupted (Function)
Used to find out whether a transaction was interrupted (the transaction was neither validated nor canceled).
NetStartServer (Function)
Starts an FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV. This function is kept for backward compatibility....
Android 11: Changes in the behavior of applications
After each new version of Android is deployed, Google requires a higher target API level ("TargetSdkVersion") to publish applications on Google Play...
Native SQL Server Connector: Programming with HFSQL functions
To use an SQL Server database with Native Connector, the structure of SQL Server tables must be imported into the data model analysis......
TreeGetIndex (Function)
Returns the index of an element (node or leaf) in a TreeView control.
HCreation (Example)
Usage example of the HCreation function
Server triggers
Server triggers are stored procedures executed by the server before or after a write operation performed on a database file......
InputMask (Type of variable)
The InputMask type is used to define all the advanced characteristics of a custom input mask.
MatchRegularExpression (Function)
Checks whether a character string matches a specific format and retrieves the different substrings that match the format.