ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Sub-query
A sub-query is a query whose result is used by another query...
User Groupware and LDAP
The LDAP protocol is increasingly used by the companies......
The Table control populated programmatically
A Table control populated programmatically is directly linked to lists stored in memory......
HFileExist (Function)
Determines: whether a file exists, which means whether it was physically created (HCreation or HCreationIfNotFound). whether a view or a query was defined....
HFTListWord (Function)
Lists the words of the current record that will be taken into account by the full-text indexing.
GDPR: an audit of data
A new GDPR audit is available to easily identify and monitor personal data in a WINDEV, WEBDEV or WINDEV Mobile application......
HReadSeek (Function)
Sets the position on the first record whose value for a specific item is greater than or equal to a sought value (generic search).
HRetrieveLog (Function)
Creates a text file containing the server logs between two given dates.
HStartServerUpdate (Function)
Used to immediately start the automatic server update.
HPriorityClient (Function)
Modifies the priority of a client application.
HPriority (Function)
Finds out and modifies the priority of the calling application.
HDescribeLink (Function)
Describes a link between two data files through programming.
HErrorModification (Function)
Used to: return the value of a record item if a modification conflict occurs. check if a modification conflict occurred....
HSetREP (Function)
Enables or disables the management of .REP file.
<Source>.CancelSeek (Function)
Cancels the current search criterion.
<Source>.Free (Function)
Transforms the crossed records (HCross) into deleted records.
<Source>.BuildKeyValue (Function)
Builds the value of a composite key to implement a filter (HFilter) or to perform a search (HReadSeekFirst, HReadSeekLast, etc.).
<Source>.Declare (Function)
Declares a description of data file (found in an analysis) in the current project.
<Source>.Write (Function)
Writes a record into a data file without updating the indexes corresponding to all keys used in the file.
<Source>.RetrieveRecord (Function)
Returns the content of the current record (in a file, a view or a query, ...).
<Source>.ListQueryParameter (Function)
Returns the list of parameters for a query created in the query editor.
<Source>.Modify (Function)
Modifies the specified record or the record found in memory in the data file (query or view).
<Source>.RetrieveItem (Function)
Returns the content of an item found in the current record (in the data file, view, query, ...).
<Source>.CheckIndex (Function)
Checks whether the data found in the index file (.NDX file) properly refers the data found in the data file (.FIC file).
<Source>.ToItem (Function)
Assigns the specified value to an item of the current record.
<Connection variable>.FileExist (Function)
Finds out if a file exists, i.e. if it has been physically created (HCreation or HCreationIfNotFound).