ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Creating and handling an item
The main operations that can be performed on an item are as follows......
GanttTask (Type of variable)
The GanttTask type is used to define the advanced characteristics of a task for a Gantt chart.
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.
Printing the content of a Spreadsheet control (AAF)
Spreadsheet controls include an automatic context menu that allows users to perform different actions on the data displayed in the control......
Camera control: decoding bar codes
In iOS and Android, bar codes can be decoded via the Camera control using BCCapture......
How to open a window?
The Web Component control
The Web Component control is used to include any external Web resource in a WEBDEV site......
TraceBuild (Function)
Displays a customizable message in the trace window opened in parallel with the current window.
8. 10 tips for better interfaces...
MacOS - Developing an application in Catalyst mode
Apple has recently released an SDK to natively compile iOS applications for MacOS......
WDInst: components and setup models
By default, the setup program installs all the specified files on the setup computer......
TableToExcel (Function)
Creates an Excel file with the data from a Table or TreeView Table control.
Step 2: Files to install
The setup program creation wizard allows you to select the files that will be installed with the site......
Testing a window
Testing a single window allows you to run the current window in WINDEV or WINDEV Mobile......
RETURN statement
The RETURN statement is used to exit the current event, process or procedure and return a result...
9-slice scaling
The 9-slice scaling allows you to resize the images harmoniously......
Context menu associated with Table controls and their columns (AAF)
WINDEV applications automatically include a context menu for Table controls, TreeView Table controls and their columns......
The "Pie", "Donut" or "Semi-circular" charts
Several types of charts belong to the same family......
FTPSend (Function)
Transfers a file or directory to an FTP server (File Transfer Protocol).
Handling a Progress Bar control through programming
A Progress Bar control can be handled through programming......
Socket: creating a standard socket server
WINDEV allows you to create a standard socket server......
REST web services: Importing an OpenAPI specification
REST web service APIs can be described using OpenAPl files......
Accessing Lotus Notes
WINDEV and WINDEV allow you to easily access the data handled by Lotus Notes (Domino database)......
Drag and Drop
Drag and Drop is used to transfer data between several controls with the mouse. This data can be moved between several controls found in the same application or in different applications....