ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Multiline strings
To type character strings over several lines in the code editor...
Report based on a Looper control
A report based on a Looper control is used to directly print the information displayed in the control......
NetGetFile (Function)
Retrieves an existing file from an FTP server (File Transfer Protocol) powered by WINDEV. This function is kept for backward compatibility....
NetSendFile (Function)
Transmits a file to an FTP server (File Transfer Protocol) powered by WINDEV. This function is kept for backward compatibility....
14. Generation modes
Generation modes...
Report based on a query
Queries are used to easily select records in one or more data files......
Manipulating a Layout control programmatically
A Layout control can be......
SensorDetectChangeOrientation (Function)
Allows you to be notified when the orientation of the device changes on any one of its 3 axes.
BeaconDetectPrecise (Function)
Used to find the Beacons near the device.
"Clickable" image in a window
WINDEV and WINDEV Mobile give you the ability to use clickable images......
Responsive Web Design: Management of anchors
In "Responsive Web Design" mode, the width of controls is automatically reduced when the browser width is reduced......
MemLast (Function)
Sets the position on the last element of memory area and returns the value of this element.
Animating an image
WINDEV, WINDEV Mobile and WEBDEV allow you to handle several types of animated images......
Project dashboard
The project dashboard provides an overall view of project status via different widgets.......
2. Development
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 2 - Development - 30 min
ToastDisplay (Function)
Displays a "Toast" message.
ODBCDatabaseName (Property)
ODBCDatabaseName is used to: Find out the name of the database used when printing a report based on a "query performed on a connection". Specify the name of the database used when printing a report based on a "query performed on a connection"....
ODBCConnectionName (Property)
The ODBCConnectionName property is used to: Identify the name of the ODBC connection used when printing a report based on a "query performed on a connection". Specify the name of the ODBC connection used when printing a report based on a "query performed on a connection"....
Spreadsheet: Using the ribbon
The ribbon of the Spreadsheet control proposes several features and it allows you to define several settings......
Execute (Function)
Starts the execution of a process through programming.
5. Swipe gestures in a window
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 5 - Swipe gestures in a window - 20 min
JSEvent (Function)
Associates a browser procedure with an event on an object in browser code.
DownloadInfo (Type of variable)
The DownloadInfo type is used to read the different details about a download in progress retrieved by DownloadGetInfo.
Animating a Static control
Two methods can be used to animate a Static control......
Duration (Type of variable)
The Duration type enables you to easily handle the intervals of dates and times...