ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Anchoring in a page
In a page, the anchors define how the content of a page will behave when the page is enlarged by the Web user....
Joins between the data files of a select query
When several data files are used in a query, the query editor automatically searches for the links between these files described in the analysis......
HReadNext (Function)
Sets the position on the next data file record according to a browse item.
SaaSDisconnect (Function)
Disconnect the user of a SaaS site beside the SaaS web service that manages the site.
CheckSpell (Property)
The CheckSpell property is used to enable or disable the automatic spelling checker.
Advanced dialog boxes
The advanced dialog boxes are windows allowing you to communicate with the user......
RestartProgram (Function)
Ends the application and restarts it.
SysWinTitle (Function)
Returns the title of the window.
eInitCurrency (Function)
Adds or changes the characteristics of a currency in the currency exchange table.
MenuAdd (Function)
Adds an existing popup menu into the main menu of the current window.
BankHolidayDeleteAll (Function)
Clears the list of all public holidays.
RTFLoad (Function)
Loads a file in RTF in an RTF control (found in a window or in a report).
ArrayCopy (Function)
Copies the content of an array to another array.
SaaSClientConnexion (Function)
Returns the characteristics of the connection to the client database.
HExecuteView (Example)
Usage example of the HExecuteView function
TableAddChild (Example)
Usage example of the TableAddChild function
EmulateInput (Function)
Performs an input by emulation in a control while checking whether this control is an editable control.
MenuUnMark (Function)
Removes the checkmark displayed in front of the menu option (popup menu or drop-down menu).
SaaSConnectedUser (Function)
Returns the user currently connected via SaaSConnect.
Action (Property)
The Action property is used to specify the action to be performed.
StartTotalRange (Property)
The StartTotalRange property is used to: get the first date or time that will be displayed in a Scheduler or TimeLine control. change the first time that can be displayed in a TimeLine control....
EndTotalRange (Property)
The EndTotalRange property is used to: get the last date or time that can be displayed in a Scheduler or TimeLine control. change the last time that can be displayed in a TimeLine control....
Count (Function)
Returns the number of occurrences of a control in a window, in a page or in a group of controls.
HErrorDuplicates (Function)
Used to check whether a duplicate error occurred.
fSelect (Example)
Usage example of the fSelect function