ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HListLink (Function)
Returns the list of links (Merise) in the current analysis or in a specific analysis
Cross-references in the code editor
The cross-references in the code editor are used to identify......
W3C standardization
You must comply with the W3C standard (HTML 4......
TableItemStatus (Function)
Returns the status of a node in a Treeview Table control: collapsed, expanded or not found.
ObserverOrientation (Property)
The ObserverOrientation property gets or sets the secondary angle of a Carousel control.
XamlDisable (Function)
Simulates the absence of .Net 3.0 framework.
H.SQLServerMode (Variable)
Allows you to specify the version of the Native SQL Server Connector that will be used.
Configuring the Apache 2.2 server
WEBDEV Development: Configuring the Apache 1.3.x or 2.0.x server for the CGI protocol and for the WEBDEV sites....
HListAnalysis (Example)
Usage example of the HListAnalysis function
HListKey (Function)
Returns the list of keys found in a file (query or view) recognized by the HFSQL engine.
xBase files: Limits
HListFile (Example)
Usage example of the HListFile function
Associative array (Type of variable)
An associative array is an "advanced" type of array...
HListQueryParameter (Function)
Returns the list of parameters for a query created in the query editor.
HListItem (Example)
Usage example of the HListItem function
HRead (Function)
Reads a record in a file according to a given record number.
HReadLast (Example)
Usage example of the HReadLast function
HReadFirst (Function)
Sets the position on the first record according to a browse item.
HReadPrevious (Function)
Sets the position on the previous record of a file according to a browse item.
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).
HReadSeekLast (Function)
Sets the position on the last record whose value for a specific item is less than or equal to a sought value (exact-match search).
HReadSeekFirst (Function)
Sets the position on the first record whose value for a specific item is strictly equal to a sought value (exact-match search).
HReadSeekFirst (Example)
Usage example of the HReadSeekFirst function
HModify (Example)
Usage example of the HModify function
HNbRec (Example)
Usage example of the HNbRec function