ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

BREAK statement/"BREAK:" label
The keyword BREAK can correspond: to the BREAK statement: it allows you to exit a set of instructions and run the rest of the current process. to the BREAK label: it allows you to declare a section of code in a loop. This code will be run when exitingfrom the loop with a "BREAK" statement....
HFilter (Function)
Defines and enables a filter on a data file, view or query.
Rectangle (Type of variable)
A Rectangle variable is a structured type that is used to represent a rectangle (X, Y, Width, Height) in 2 dimensions.
TablePrint (Function)
Prints the content of the specified Table control without having to create a report based on the Table control.
FTPName (Function)
Returns the name of last file accessed by an FTP function (File Transfer Protocol).
DriveSendFile (Function)
Sends a file (present on the user's machine) to an Drive (remote disk)....
rssChannel (Type of variable)
The rssChannel type is used to handle a RSS channel...
Types of help systems in a WINDEV application
There are multiple solutions to provide help to the users......
Server (Property)
The Server property is used to manage the data source of a connection (HFSQL Client/Server, OLE DB, etc.)....
BurnerMediaInfo (Function)
Retrieves the characteristics of the CD/DVD found in the current burner....
HForward (Example)
Usage example of the HForward function
HSetPosition (Example)
Usage example of the HSetPosition function
WEBDEV administrator: Installed Webservices
The "Webservices" tab gives information about the dynamic WEBDEV Webservices installed on the computer......
Dynamic audit
The dynamic audit of an application analyzes its runtime performance......
MatchRegularExpression (Function)
Checks whether a character string matches a specific format and retrieves the different substrings that match the format.
Static audit
The static audit is a feature of the environment that analyzes a project to detect potential issues and suggests improvements......
NetMsgError (Function)
Returns the error message corresponding to the error number returned by NetOpenRemoteAccess and NetCloseRemoteAccess.
HDBDescribeFile (Function)
Describes a file in dBase3 format (most common format) through programming.
HReadSeekFirst (Example)
Usage example of the HReadSeekFirst function
SQLTransaction (Example)
Usage example of the SQLTransaction function
MobileNetworkConnectionInfo (Function)
Returns information regarding the current connection to data on the mobile network.
Record (Type of variable)
The Record type is used to save the values of a record.
Creating a .NET assembly that can be accessed using COM
To create a.NET assembly accessible by COM, you must......
Configuring the assisted universal replication
If your application uses assisted universal replication via a .WER file, the setup creation wizard proposes to configure the setup to install the different tools required for this type of replication....
Google Maps management functions
List of functions for managing Google maps...