ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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....
<Table>.Sort (Function)
Sorts a Table or TreeView Table control on one or more columns (lexicographical sort).
TableInsertLine (Function)
Inserts a row into: a Table control, a TreeView Table control....
hScheduledOptimization (Type of variable)
The hScheduledOptimization type is used to programmatically manage a scheduled optimization task on an HFSQL server.
Input suggestions in an Edit control
Implementing input suggestions in an Edit control is very simple......
Configuring a WINDEV SOAP server
WINDEV allows you to easily manage the SOAP protocol by allowing you to create......
Log-based replication: Programming the log-based replication in WLanguage
Several WLangage functions allow you to include log-based replication in your application and to customize it......
SQLTransaction (Example)
Usage example of the SQLTransaction function
Generating an Android application
The generation of a WINDEV Mobile application for Android groups all project elements (windows, code, etc....
9. Sharing a project in practice
Sharing a project in practice...
OLELoad (Function)
Initializes an OLE control with an OLE object.
Deep links to mobile applications
Deep linking allows you to redirect the user to specific content in a mobile application (rather than in a browser) when they click on a link in a web page or in an email......
<Table>.SelectMinus (Function)
Deselects a row from a Table or TreeView Table control.
ImageInfoSave (Function)
Saves the modifications performed on the Exif tags of an image by ImageInfoModify.
Using RAD patterns
The steps for creating a RAD pattern are as follows......
zipFindFile (Example)
Usage example of the zipFindFile function
CallWD: Function specific to the external language
Calls a WLanguage function from an external language....
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....
SQL query (WLanguage type)
The "SQL query" type is used to write an SQL query in the WLanguage code.
Native MariaDB Connector: Requirements and remarks
This page presents the main aspects and requirements of the Native MariaDB Connector......
Record (Type of variable)
The Record type is used to save the values of a record.
zipExtractAll (Example)
Usage example of the zipExtractAll function
The setup editor WDInst
WDInst is a setup editor used to define the setup parameters of your application......
Creating a Java project
WINDEV allows you to generate a Java application without even knowing the Java language......
fWrite (Example)
Usage example of the fWrite function