ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Salesforce functions
List of Salesforce functions...
NbLabelCopy (Property)
The NbLabelCopy property is used to: Get the number of copies of identical labels. Change the number of copies of identical labels....
BitwiseNOT (Function)
Returns the result of the bitwise logical NOT operation of a value.
HUnlockRecNum (Function)
Unlocks a record locked by: HLockRecNum, a read function used with a locking parameter (HRead associated with the hLockWrite or hLockReadWrite constant for example)....
RunReportsAndQueries (Function)
Starts Reports and Queries and opens the WINDEV project corresponding to the current application.
iTextWidth (Function)
Calculates the width (in millimeters) of the text to print, according to the specified font.
Use (External language)
Opens the specified window by closing all the windows opened beforehand.
GanttWorkingHour (Function)
Overwrites the working hours on a row in a Gantt Chart column of a Table (or TreeView Table) control.
StoreSortAAF (Property)
The StoreSortAAF property is used to determine and specify if the sorting order defined by the user on a Table or TreeView Table control is kept when an application is closed and opened again.
HModifyViewRights (Function)
Modifies the rights granted to a user or to a group on a SQL view or on a materialized view.
iTransparentMagenta (Function)
Modifies the management mode of Magenta color in order for this color to be considered as being transparent (or not) in all the forthcoming prints.
Action Bar properties
You can manipulate Action Bars in a window using the following WLanguage properties.
General environment of WINDEV
HAddTask (Function)
Adds a scheduled task on the server defined by the connection.
WDDIXIO overview
WithClosingButton (Property)
The WithClosingButton property is used to: Determine whether all the tabs of a Dynamic Tab control have a Close button. Show a Close button in all the tabs of a Dynamic Tab control....
MyPage (Reserved word)
MyPage is used to handle the current page...
The Splitter control
The Splitter control is used to divide a window into several distinct areas......
XMLSavePosition (Function)
Stores the current position in the XML document.
KioskEnable (Function)
Switches the current Android application to kiosk mode.
Wait (Function)
Temporarily stops the program execution.
Page templates and inheritance
When a page template is applied to a page, all the controls and code found in the template are "copied" into the page......
InternalPagePopup (Property)
The InternalPagePopup property is used to get and modify the name of the internal page used to customize the content of marker popups in a Map control.
ExecutionCompleted (Property)
The ExecutionCompleted property is used to determine whether the execution of a query or view (HFSQL Classic or Client/Server) is completed....
How to fill a TreeView control?
This help page explains how to fill a TreeView control....