ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable of the application.
HCreationIfNotFound (Example)
Usage example of the HCreationIfNotFound function
HRead (Function)
Reads a record in a file according to a given record number.
PageDisplay (Function)
Displays a web page in the user's browser....
TreeView constants
List of constants used by the TreeXXX functions...
TreeView control linked to a data file
You have the ability to create TreeView controls directly linked to the data....
Constants for managing XML documents
List of constants used by the functions for managing XML documents....
LooperPosition (Function)
Moves the scrollbar to display a specific row or returns the index of the first row displayed in a Looper control populated programmatically.
Convert (Function)
Converts a numeric value into a binary string in order to perform a search on a numeric key.
DateToDateInYear (Function)
Returns the number of the day in the year corresponding to a given date.
<Type Date>ToDayInYear (Function)
Returns the number of the day in the year corresponding to a given date.
Automated tests of window
The automated tests of window are used to check the different features proposed by the window......
BrowsedItem (Property)
The BrowsedItem property is used to: Get the item used to automatically loop through Table, Looper, List Box, ListView and Combo Box controls, supercontrols and reports based on data files. Change the item used to automatically loop through Table, Looper, List Box, ListView and Combo Box controls, supercontrols and reports based on data files. Then, the iteration is reinitialized....
HConnectionQuality (Function)
Returns the quality level of connection: the higher the level is, the faster the connection will be.
TreeAdd (Function)
Adds a "leaf" element (and all necessary nodes) into a TreeView control.
HForward (Example)
Usage example of the HForward function
HSetPosition (Example)
Usage example of the HSetPosition function
gFontUnderlined (Function)
Builds a sequence of characters to specify whether or not the text that follows the call to this function is underlined.
PDF Reader control and PDF file management constants
PDF Reader control and PDF file management constants...
Caption (Property)
In a database, the Caption property is used to: Find out the caption associated with a file item. Find out the caption associated with a data file. Find out and modify the connection caption. In a report, the Caption property is used to: Find out the text displayed in a Static or Link control. Modify the text displayed in a Static or Link control. In a window or page, the Caption property is also used to: Find out and modify the caption of a control in a window or in a page. Find out and modify the caption of a menu option. Find out and modify the title of a window or page. Find out the content of a Breadcrumb control....
Constants for managing character strings
List of constants used by string management functions...
HExecuteQuery (Example)
Usage example of the HExecuteQuery function
HPrevious (Function)
Positions on the previous file record according to a browse item.
HCreateSubscriberReplica (Function)
Creates the description file of a subscriber replica.
HReadSeekFirst (Example)
Usage example of the HReadSeekFirst function