ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HListStopWord (Function)
Returns the list of stop words used by a full-text index.
fDataDir (Function)
Returns the full path of the directory of HFSQL tables specified by the user when installing the application.
HFSQL Client/Server database: Recommendations
This help page presents the main recommendations for optimizing the security and performance of an HFSQL Client/Server database according to the constraints and desired features......
HIndex (Example)
Usage example of the HIndex function
Table,Select,+ (External language)
Selects an element in a Table control.
HDescribeFullTextIndex (Example)
Usage example of the HDescribeFullTextIndex function
HViewToFile (Example)
Usage example of the HViewToFile function
Testing a project: setting
By testing the project you can simulate how the application will run......
HLogInfo (Function)
Adds comments to the log when saving the operation.
Deploying a Java archive
Like for any application, WINDEV allows you to create a setup program for a Java application......
LooperInfoXY (Function)
Used to find out the row or control located at specific position in the Looper control (X, Y).
TimelineDeleteAll (Function)
Deletes all events and tracks from a TimeLine control.
Infinite Table and Looper controls
There are two methods to populate Table and Looper controls programmatically......
Table,Display (External language)
Refreshes the Table control.
Table,Add (External language)
Adds an element to a Table control.
Table,Count (External language)
Returns the number of elements in a Table control.
TableDisableFilter (Function)
Disables a user filter on a column or on all the columns found in a Table or TreeView Table control.
LooperStartFilling (Function)
Starts the process to populate a Looper control programmatically.
HState (Example)
Usage example of the HState function
Table,Select,? (External language)
Returns the index of the selected element in a Table control.
fDate (Example)
Usage example of the fDate function
HFileExist (Example)
Usage example of the HFileExist function
Table,Search (External language)
Searches for a value in a Table control populated programmatically.
2. Development
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 2 - Development - 30 min
HSynchronizeReplica (Function)
Synchronizes the master replica and the subscriber replica: the operations performed on one of the replicas are transferred into the other replica.
ODBC on HFSQL via Visual .NET (in C#)
The ODBC driver on HFSQL Classic (single-user and multi-user) is used to access a HFSQL Classic database from an external database software that supports ODBC accesses......
WDSQL: Converting the structure of an HFSQL database
WDSQL is used to convert the structure of an HFSQL database into SQL script......