ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HReadSeek (Example)
Usage example of the HReadSeek function
FTPListFile (Function)
Lists the files (and/or the directories) found in a directory of an FTP server and returns the number of listed files (and/or directories)....
Events associated with a Dashboard control
WINDEV and WINDEV Mobile manage the following events by default (order of appearance in the code editor)...
The triggers
A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ......
WLanguage properties of Internal Window controls
List of WLanguage properties of Internal Window controls...
SysScreenOrientation (Function)
Allows you to: get the screen orientation of the device (Android, iOS or Universal Windows phone). set the screen orientation of the device (Android phone)....
AnimationGetParameter (Function)
Reads the value of one of the animation parameters defined for an Image or Static control.
SysRecentDocAdd (Function)
Adds a file into the list of recently opened documents.
SourceDescription (Property)
The SourceDescription property is used to get the name of the element used as data source of a series.
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....
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.
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.
Convert (Function)
Converts a numeric value into a binary string in order to perform a search on a numeric key.
Automated tests of window
The automated tests of window are used to check the different features proposed by the window......
SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable of the application.
TreeAdd (Function)
Adds a "leaf" element (and all necessary nodes) into a TreeView control.
HConnectionQuality (Function)
Returns the quality level of connection: the higher the level is, the faster the connection will be.
HForward (Example)
Usage example of the HForward function