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.
User Groupware and Native Connector files
An application that works with the User Groupware can be used with a database handled by a Native Connector......
15. Creating the executable in practice
Creating the executable in practice...
FullTextIndex description (Type of variable)
A FullTextIndex description variable is used to describe one or more full-text indexes through programming.
<Source>.CreateView (Function)
Creates an HFSQL view. This function uses the former view mechanism....
1. Application overview
WINDEV Mobile tutorial: Developing an Android and iOS application Lesson 1 - Application overview - 10 min
TableInsertLineWithAnimation (Function)
Inserts a row into a Table control or into a TreeView Table control with an animation.
HRplFilterProcedure (Function)
Defines the WLanguage procedure that will be called whenever a replication operation is performed on a specific file.
NbDescribedThumbnail (Property)
The NbDescribedThumbnail property is used to get the number of thumbnails expected for an item.
HOpenConnection (Function)
Opens a connection to a specific database.
CtOLEDBProvider (Property)
The CtOLEDBProvider property is used to get and set the name of the OLE DB provider (also called OLE DB server).
HStatDate (Function)
Returns the date of the last update for the index statistics.
TableInsert (Function)
Inserts a row into: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
3-tier architecture
The development in "3-tier" architecture is now simplified......
<Source>.ListLink (Function)
Returns the list of links (Merise type) found in the current analysis or in a specific analysis.
HSetMemo (Function)
Used to modify the management mode of memo items.
WithSpace (Function)
Adds or deletes the spaces found on the right of a text item when reading it.
HTriggerRecordBefore (Function)
Retrieves the value of the current record before the trigger(s) are executed.
How to read in a text or CSV file?
This help page explains how to read the content of a text or CSV file....
HInfoMemo (Function)
Returns the characteristics of binary and text memos.
Code editor: Assisted input
The following mechanism allows developers to write WLanguage code more easily in the code editor ......
Distributing an external component
Once the component has been created, tested and generated, it can be distributed to other developers......
HExtractMemo (Function)
Extracts the content of a binary memo item from an HFSQL file, a query or an HFSQL view to a physical file (on disk).
Native MariaDB Connector: Programming with HFSQL functions
To use a MariaDB database with Native Connector, the structure of MariaDB tables must be imported into the WINDEV or WEBDEV analysis......
HSuggestKeyStart (Function)
Starts collecting information on executed queries.
Test of a query
The query editor allows you to run the test of query result......