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.
TableDeleteWithAnimation (Function)
Deletes a row from a Table control, from a TreeView Table control (or from a table displayed in a Combo Box control) with an animation.
TableAddColumn (Function)
Adds elements on the right of an Horizontal Table control.
Managing the analysis versions
WINDEV, WEBDEV and WINDEV Mobile allow you to manage the different versions of the analysis from the data model editor......
HNbRec (Function)
Returns the number of records in a file, query or HFSQL view: active records, crossed records, deleted records, etc.
SQLTransaction (Example)
Usage example of the SQLTransaction function
Null (Property)
The Null property is used to: Assign NULL to the item for the current record. Find out whether the item is associated with the NULL value for the current record. Define the default value of an item when the item is described through programming....
TableDelete (Function)
Deletes a row from: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
Record (Type of variable)
The Record type is used to save the values of a record.
TableInsertColumn (Function)
Inserts elements in the format of columns into a horizontal Table control.
HFSQL Client/Server: Configuring the server
TableModify (Function)
Modifies a row in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
HFSQL Control Center: Overview
The HFSQL Control Center is used to manage the different HFSQL databases (Network, Mobile, Client/Server) found in the company......
TableAddLineWithAnimation (Function)
Adds a row to a Table or TreeView Table control with an animation.
TableModifyLine (Function)
Modifies a row in: a Table control, a TreeView Table control....
HFree (Function)
Transforms the crossed records (HCross) into deleted records.
HOptimizeQuery (Function)
Optimizes the Select queries by using idle times when handling an application (period without processes).
CtUserName (Property)
The CtUserName property is used to set the username that will be used when connecting to a specific table via OLE DB.
Association in a CDM
In a CDM (Conceptual Data Model), the associations are used to link the entities between themselves......
Distributing Reports & Queries
This help page presents the operations that must be performed in order for a WINDEV application to be handled by Reports & Queries......
TableToText (Function)
Creates a character string from the data found in a Table or TreeView Table control.
fRename (Function)
Modifies the name of a file.
Table,Modify (External language)
Modifies an element in a Table control.
Type (Example)
Usage example of the Type property
CtDescribedOLEDBProvider (Property)
The CtDescribedOLEDBProvider property is used to get and set the name of the OLE DB provider (also called OLE DB server).
WDInst: managing the files to install
The setup editor WDInst is used to manage the files to install......