ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Creating an executable without library
When creating an executable, you can choose not to use a library or not to include all the elements of the project in the library...
Printing nested reports
To create a main report containing several secondary reports:...
FTPConnect (Function)
Connects the current computer to an FTP server (File Transfer Protocol).
Creating and using a REST Webservice
A REST WebService is a program hosted on a server containing functions accessible via HTTP requests......
The TreeView Table control
The Treeview Table control is a cross between the Table control and the TreeView control......
Generating the RAD pattern
To generate a RAD pattern:...
LoadImageSheet (Function)
Loads an image set in memory so that it can be used later by gImage.
ChronoEnd (Function)
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to ChronoStart).
The Edit control
The Edit control allows users to enter data......
Drawing constants
List of constants used by the drawing functions....
Creating an executable
Once the development of your WINDEV application is completed (windows, reports, queries, etc....
TabSaveConfiguration (Function)
Saves the configuration of dynamic panes found in a Tab control in character string format.
OCRLoadLanguage (Function)
Adds a language to the native OCR system.
iEllipse (Function)
Prints an ellipse (in a rectangle).
ArrayAddLine (Function)
Adds a row at the end: of a one- or two-dimensional WLanguage array. of an advanced two-dimensional array property (xlsDocument, etc.)....
Tilt (Property)
The Tilt property gets or sets the tilt of the map displayed in a Map control.
fCopyDir (Function)
Copies the contents of a directory and its subdirectories.
Creating the executable and the setup program
WINDEV Tutorial - Deploying an application Creating the executable and the setup program - 30 min
Passing parameters
The parameters can be passed to a procedure......
ChronoStart (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
8. "Mobile friendly" site: Dynamic serving
Handling Organizer controls programmatically
Organizer controls can be handled programmatically....
iBorder (Function)
Prints a border at specified coordinates.
Automated tests
WINDEV Tutorial - Monitoring the evolution of an application Automated tests - 20 min
Handling an internal component
An internal component is a set of elements from a project......
Local procedure
Two types of procedures are available......