ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HListQueryParameter (Function)
Returns the list of parameters for a query created in the query editor.
HDeclareExternal (Function)
Temporarily imports into the current analysis the description of a data file from an existing HFSQL data file.
Custom context menu
Custom context menus are created in the window editor and can be handled programmatically......
How to create an SQL query to count?
This help page explains how to create a count query with the query editor....
SSLActive (Function)
Used to enable or disable the secure SSL mode.
Manipuler un champ Editeur_Images_WB par programmation
Abre una ventana cuyo resultado se recuperará a través de una Procedure WLanguage ("callback").
HImportText (Function)
Imports a Text file into a data file in HFSQL Classic or Client/Server format (data file described in the data model editor, or declared by HDeclare, HDeclareExternal or HDescribeFile)....
Creating a Java archive
When your Java application is developed, you can......
Client/Server: Connecting the client computers to the server
In order for the application to be able to handle the data files found on the HFSQL server, the connection that will be used by the application must be defined in the project......
HFirst (Function)
Sets the position on the first record of a data file according to the specified browse item.
HErrorModification (Function)
Used to: return the value of a record item if a modification conflict occurs. check if a modification conflict occurred....
HFTListWord (Function)
Lists the words of the current record that will be taken into account by the full-text indexing.
HFilterIdentical (Function)
Defines and enables a filter used to find the exact value of a string item.
How to create an SQL query to get a sum?
This help page explains how to create a Sum query with the query editor....
HLinkMemo (Function)
Used to associate a file with a binary memo item or to cancel the existing link between a file and a binary item.
HInfoFile (Function)
Returns the characteristics of an HFSQL Classic or Client/Server data file....
HImportJSON (Function)
Imports a JSON file into a data file in HFSQL Classic format (data file described in the data model editor or declared by HDeclare, HDeclareExternal or HDescribeFile).
Time (Type of variable)
The Time type is used to easily handle the times...
HClose (Function)
Closes a data file or all the data files opened by the current user: all the corresponding physical data files are closed for the current user.
HSetDuplicates (Function)
Enables or disables the management of duplicates on a unique key.
HImportXLS (Function)
Imports an XLS file into a data file in HFSQL Classic or Client/Server format (data file described in the data model editor, or declared by HDeclare, HDeclareExternal or HDescribeFile)....
HImportXML (Function)
Imports an XML file into an HFSQL Classic or Client/Server data file (data file described in the data model editor or declared by HDeclare, HDeclareExternal or HDescribeFile)....
HOpen (Function)
Opens a data file.
HRetrieveItem (Function)
Returns the content of an item found in the current record (in the data file, view, query, ...).
HToItem (Function)
Assigns the specified value to an item of the current record.