ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Complete (Function)
Returns a character string of a specified length.
Managing the critical sections
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....
Multiline strings
To type character strings over several lines in the code editor...
TreeAdd (Function)
Adds a "leaf" element (and all necessary nodes) into a TreeView control.
The Drawer control
The Drawer control can be expanded in order to display (or not) the integrated controls......
AWP without UI
Bootstrap, Angular, React, Vue......
HReconnect (Function)
Performs a reconnection to the server for all the interrupted connections. The uninterrupted connections are not modified.
Creating the skin template of a report
nfcData (Type of variable)
The nfcData type is used to describe and handle the data of a variable of type nfcTag.
Comparing the project messages
The comparison between source and target text helps you find translation errors......
HSeekFirst (Function)
Positions on the first file record whose value for a specific item is greater than or equal to a sought value.
TableAddTitleHeader (Function)
Adds a column title-header into a Table or TreeView Table control in a window.
Creating a replication
To understand the operating mode of ReplicEdit, we are going to create a replication by using a simple example......
iParameter (Function)
Retrieves the printer configuration and configures the print.
Table control based on a variable
A Table control based on a variable is a Table control whose columns are bound to the elements of an Array variable, to the members of a class or to the elements of an advanced variable (e.g., xlsDocument)......
How to perform a full file browse?
CookieWrite (Function)
Writes a cookie onto the computer of the Web user.
Memory (Property)
The Memory property determines if the specified control is populated programmatically or is based on a data file.
HAlias (Function)
Creates a logical alias of a data file (or query) or cancels all existing aliases.
WDMap: Viewing the records found in a data file
WDMap is used to view the records found in a data file......
hbScanParameter (Type of variable)
The hbScanParameter type is used to define the parameters for iterating over the records in an HBase database.
DeclareAWPContext (Function)
Used to declare a list of variables whose value will be persistent between the successive displays of Active WEBDEV Pages.
BeaconDetectBackground (Function)
Notifies the application when the device enters or leaves the transmission range of a set of Beacons.
FTPGetFile (Function)
Transfers a file from an FTP (File Transfer Protocol) server to the current computer.
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....