ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

NetEndServer (Function)
Stops an FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV and started by NetStartServer. This function is kept for backward compatibility....
WINDEV and the communication streams (audio, sound)
To handle the communication streams, WINDEV includes......
Passing parameters
The parameters can be passed to a procedure......
Creating a WEBDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
Report based on a variable (Data binding)
A report based on a variable is used to directly print the information found in a WLanguage variable......
NetExecute (Function)
Runs a specific program on an FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV. This function is kept for backward compatibility....
The Spreadsheet control: Available formulas
At run time, in the Spreadsheet control, the end user directly enters the calculation formulas......
13. Print: Reports
WINDEV reports...
Installing Android development tools
To develop Android applications with WINDEV Mobile, you must install......
Managing the application language through programming
A multilingual application is an application that can be distributed in several languages......
NetSendMessage (Function)
Triggers a Windows event on the system of an FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV. This function is kept for backward compatibility....
Image control: Operating mode of a clickable image
You can define the click actions of an Image control ("General" tab of the control description window) to make it Clickable Image control......
Monitoring robot: Configuring the Robot controller parameters
From the monitor, you can change the configuration options......
Creating a WINDEV Mobile project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
Manipulating an HTML Display control in the code
The HTML Display control is used to display a Web page in an application......
Project Management Hub: Managing tasks
The Project Management Hub allows you to define the different tasks assigned to each project contributor......
HImportXML (Function)
Imports an XML file into an HFSQL Classic or Client/Server data file (data file described in the data model editor or declared by HDeclare, HDeclareExternal or HDescribeFile)....
Voice commands in your applications
The applications that you develop can react to the user's voice......
Creating a WINDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
Monitoring robot: Configuring the robot parameters
From the monitor, you can change the configuration options......
Error 1038: This member already exists in the class
Repositionable note (AAF)
End users can create repositionable notes in all the windows of their WINDEV applications......
StringToTime (Function)
Converts a time in character string format to a time in HHMMSSCC format that can be used by a Time variable].
SelectionIfReadOnly (Property)
The SelectionIfReadOnly property is used to determine and specify if the content of an Edit control can be selected when in read-only mode.
WLanguage procedure called by AppControl
Procedure ("Callback") called by AppliContrôle to process the remote control messages. This procedure can be a local, global or internal procedure.