ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

zipInfoFile (Example)
Usage example of the zipInfoFile function
FullScreen (Function)
Enables or disables the full-screen mode in the applications in Universal Windows 10 App mode.
FTPName (Function)
Returns the name of last file accessed by an FTP function (File Transfer Protocol).
Code snippets
The code editor allows you to enter "Code snippets"......
tapiCallEnd (Function)
Returns the date and time of the end of call.
Server (Property)
The Server property is used to manage the data source of a connection (HFSQL Client/Server, OLE DB, etc.)....
TableInsert (Function)
Inserts a row into: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
Report based on a form
The report editor gives you the ability to print reports on pre-printed forms (image file or PDF file)......
Visibility of the elements found in an external component
When creating an external component, you have he ability to define the elements of the external component that will be accessible (or not) by the user of the component......
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....
WEBDEV administrator: Viewing the logs
The "Logs" tab is used to see the details of logs for a specific period......
The Text control: Input or display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks......
grTitle (Function)
Modifies the caption and/or position of the chart title....
14. Managing the "Back" button in practice
Troubleshooting
This chapter presents the main problems (and their solutions) that can occur when using the WEBDEV Application Server...
URLEncode (Function)
Encodes a URL with a sub-set of ASCII characters.
SQLTransaction (Example)
Usage example of the SQLTransaction function
The report editor
WINDEV, WEBDEV and WINDEV Mobile allow you to create reports with the report editor......
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......
1. Deploying a static site
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....
2. Examples and components provided with WEBDEV
HSubstDir (Example)
Usage example of the HSubstDir function
Creating the executable and the setup program
WINDEV Tutorial - Deploying an application Creating the executable and the setup program - 30 min