ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MenuClone (Function)
Clones a menu or a menu option as well as the associated code.
Client application: Running procedures on a SOAP server
WINDEV include several SOAP functions......
Deploying a site on a PC SOFT test server
PC SOFT proposes to host your test sites......
iGroupAdd (Function)
Adds a report to a group of reports.
Changing the characteristics of window controls
The characteristics of the controls can be viewed and/or changed in......
Using Kotlin code
Kotlin is a programming language mainly used for Android development......
ASPDisplay (Function)
Calls an external ASP script and returns the result page in the current browser window.
PHPDisplay (Function)
Calls an external PHP script and returns the result page in the current browser window.
SpeechSynthesisReadFile (Function)
Reads the content of the specified file by using the engine for speech synthesis found on the device.
Client application: Running procedures on a server of J2EE services
WINDEV includes several J2EE functions......
Python: Native calls
WLanguage allows for native Python calls......
Report based on a data file
A report based on a data file is used to print the records coming from a single data file (HFSQL Classic or Client/Server, accessed via a Native Access, ......
Displaying a frameset in a WEBDEV site
Displaying a new frameset in a WEBDEV site can be performed according to several methods......
Procedure (Type of variable)
The Procedure type is used to handle: the procedures or methods found in the project. the procedures or methods found in an internal component. the procedures or methods found in an external component....
PageParameter (Example)
Usage example of the PageParameter function
Navigation map
The site map path is used to implement the structure and the sequence of pages in your site......
Opening a window from a secondary thread
A secondary thread cannot directly open a window with the standard WLanguage functions such as......
DotNetDelegate (Function)
Initializes a.NET delegate.
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....
Using Java code
You can use Java code: in Java applications generated with WINDEV. in Android applications generated with WINDEV Mobile. This allows you to create global procedures in Java....
DynamicSiteDisplay (Function)
Starts a dynamic WEBDEV site from a static page or or from a dynamic WEBDEV page.
Handling an Internal Window control through programming
The "Internal Window" control is used to display an existing internal window......
Code snippets
The code editor allows you to enter "Code snippets"......
Remote check: Customizing with a window
To customize the remote control performed on a multi-user WINDEV application, the standard window can be replaced with a window from your application......