ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ScreenToFile (Function)
Automatically updates: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
BufferToHexa (Function)
Converts a buffer to a hexadecimal string (e.g.,: "4A 5B 00").
The Map control
The Map control allows you to display a map in order to geolocate, create a route, display points of interest (POI) and more....
3. Interface (UI)
WINDEV Mobile tutorial: My first Android/iOS application Lesson 3 - Interface (UI) - 30 min...
SocketCreate (Function)
Creates a socket.
Facebook constants
The following constants are used by the functions for managing Facebook connections:...
HTML Editor control events
The following events appear by default in the WINDEV and WINDEV Mobile code editor...
CONTINUE statement/"CONTINUE:" label
The CONTINUE keyword can correspond: to the CONTINUE instruction. It allows you to go back to the beginning of the first iteration without finishing the code of the current iteration. to the CONTINUE: label. It allows you to declare a common code in a loop....
FTPGet (Function)
Transfers a file or directory from an FTP (File Transfer Protocol) server to the current computer.
Creating an executable: General options
The main executable options are as follows......
EmailStatus (Function)
Returns the status of an email sent via an SMTP session started in asynchronous mode.
AnchorToContent (Property)
The AnchorToContent property determines and changes how the control adapts to its content.
SourceFromPage (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
oDriveConnect( Function)
Creates a connection to an Drive OneDrive.
FreeDLL
The FreeDLL keyword can correspond to ...
GglWrite (Function)
Creates and/or updates data on the Google server (addition or modification of data)....
NetMsgError (Function)
Returns the error message corresponding to the error number returned by NetOpenRemoteAccess and NetCloseRemoteAccess.
System constants
List of constants used by the system functions....
2. Development
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 2 - Development - 30 min
HTransactionEnd (Function)
Validates the current transaction: the modifications performed on the data file since the start of transaction (HTransactionStart) are validated. the transaction file is deleted (if the transaction is the last transaction in progress for a network application) the records locked in read-only by the transaction are unlocked....
HForward (Function)
Moves several records forward from the current position in the data file, according to a specified item.
Creating a strong-named .NET assembly
To create a strong-named .NET assembly ......
1. Project audits
WINDEV Tutorial: Optimizing a project Lesson 1 - Project audits - 15 min
HCross (Function)
Crosses a record in a data file.
InternetConnected (Function)
Defines whether an Internet connection is enabled on the current computer. In mobile, you can also be notified when the status of the Internet connection changes.