ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Available features and specific features of Java
WINDEV allows you to generate a Java application without even knowing the Java language......
HPrepareQuery (Function)
Initializes a query and declares this query to the database server in order to optimize the next executions of this query.
DrawingAvailable (Function)
Indicates whether the drawing features are supported by the browser.
TableEndFilling (Function)
Ends the process to populate a Table or TreeView Table control programmatically.
CallWD: Function specific to the external language
Calls a WLanguage function from an external language....
DisplayedItemImage (Property)
The DisplayedItemImage property is used to: Get the item that corresponds to the image displayed in a ListView control. Change the item that corresponds to the image displayed in a ListView control....
1. Implementing a Client/Server database
WEBDEV Tutorial - Managing an HFSQL Client/Server database Lesson 1 - Implementing a Client/Server database - 10 min...
TableToText (Function)
Creates a character string from the data found in a Table or TreeView Table control.
Pull to refresh (Android/iOS): Window, Table and Looper controls
The "Pull to refresh" feature allows the user to "pull" a Table control, a Looper control or a window in order to refresh its content......
Languages supported by the setup
If your applications must be installed in several countries, the setup wizard proposes to generate a multilingual setup......
JavaExecuteFunction (Function)
Starts a specific static function of a given Java class.
HDescribeServerTrigger (Function)
Adds or modifies a server trigger.
Assignment operators
Three assignment operators are available......
Configuring the IIS 7/7.5 server
Share your projects via Git
Git is a source code manager......
1. Components provided with WINDEV
WINDEV is provided with projects that contain components....
Setup by HTTP (Network setup via IP)
The network setup via HTTP consists in installing and updating a WINDEV application via an HTTP server (Live update)......
iDestination (Function)
Configures the print destination.
10. Internal components in practice
11. Internal components in practice
Internal components in practice...
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....
1. Examples provided with WINDEV Mobile
SCM: Check-in policy
The SCM gives you the ability to define a check-in policy......
HSynchronizeReplica (Example)
Usage example of the HSynchronizeReplica function
EmailImportSource (Function)
Populates an Email variable using the content of its Source property or the different variables of the email structure using the content of the Email.Source variable.