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.
HDescribeItem (Example)
Usage example of the HDescribeItem function
StoredItem (Property)
The StoredItem property is used to: Find out the stored item or the stored variable of a Table, Looper, List Box or Combo Box control. Modify the stored item or the stored variable of a Table, Looper, List Box or Combo Box control....
Size (Example)
Usage example of the Size property
NbThumbnail (Property)
The NbThumbnail property is used to get the number of thumbnails generated for an item.
Running the test of the User Groupware and installing it
NullableIndex (Property)
The NullIableIndex property determines if a key item supports the "Null" value.
1. Implementing a Client/Server database
WEBDEV Tutorial - Managing an HFSQL Client/Server database Lesson 1 - Implementing a Client/Server database - 10 min...
Composite keys
A composite key is a key item containing several other items......
HDescribeConnection (Function)
Describes a new connection to an external database.
Customizing the User Groupware
TableAdd (Function)
Adds a row in: a Table control, a TreeView Table control, a Combo Box control "with table" (Table control displayed in a Combo Box control)....
2. Managing a Client/Server database
WEBDEV Tutorial - Managing an HFSQL Client/Server database Lesson 2 - Managing a Client/Server database - 20 min...
HUnlockRecNum (Function)
Unlocks a record locked by: HLockRecNum, a read function used with a locking parameter (HRead associated with the hLockWrite or hLockReadWrite constant for example)....
InfoThumbnailGeneration (Property)
The InfoThumbnailGeneration property is used to determine if the thumbnails of an item have been generated successfully.
2. Managing a Client/Server database
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 2 - Managing a Client/Server database - 20 min...
HCancelAlias (Function)
Cancels an alias that was declared beforehand by HAlias.
HLockRecNum (Function)
Locks a record and restricts the access to this record for all the other applications.
Constants used by ExecutePresetAction
List of constants used by ExecutePresetAction....
12. Retrieving data from a site
Native Access Connector
This type of Native Connector allows access to ACCESS databases for better interoperability purposes......
LooperDelete (Function)
Deletes a row from a Looper control.
Android application: Using and sharing SQLite data
For the Android applications, the available databases are HFSQL (Classic and Client/Server) and SQLite....
HCreateView (Function)
Creates an HFSQL view. This function uses the former view mechanism....
HCopyRecord (Example)
Usage example of the HCopyRecord function
H.NumRec (Variable)
Contains the number of the physical record loaded in memory (which means the number of the last record read).