ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Analysis links
The links are used to link the files found in an analysis between themselves......
LabelNumberToStart (Property)
The LabelNumberToStart property is used to: Find out the number of the label on the label sheet from which the print will be performed. Modify the number of the label from which the print will be performed on the label sheet....
ControlNoSpace (Function)
Specifies whether the space characters on the right of the value found in the control are deleted.
Options displayed in a status bar with multiple cells
In the status bar description window, you can specify the options that will appear in each cell of the status bar......
URL (Property)
The URL property is used to get and change a URL.
STOP (Reserved word)
STOP is used to call the WLanguage debugger during a test in the editor...
DoubleClick (Property)
The DoubleClick property is used to get and change the name of the Button control that will be executed when a control is double-clicked.
HTML (Property)
The HTML property is used to: find out whether the current report is printed in HTML mode. manage the HTML type of a Static control found in a report....
LabelWidth (Property)
The LabelWidth property is used to: Find out the width of labels in a "Label" report. Modify the width of labels in a "Label" report....
VisibleEndUser (Property)
The VisibleEndUser property is used to: Find out whether an item is visible or not to the end users. This item was defined in the data model editor or programmatically. Define whether an item must be visible or not to the end users (item described programmatically only)....
Dictionary properties
The properties of a WDTRAD dictionary are as follows......
Filtering the headers and the content of a Pivot Table
By default, the entire data found in the data files is taken into account when calculating the content of a Pivot Table control......
New (Reserved word)
New is used to allocate memory space...
eExchangeRate (Function)
Returns the value of the exchange rate for a currency.
WDSQL: Creating and running a script
A script is a set of SQL commands used to perform a specific operation (create a new table in the database, insert records, ......
SysIconize (Function)
Used to find out whether a window is minimized.
zipArchive (Type of variable)
The zipArchive type is used to handle an archive file in one of the following formats: ZIP, CAB, RAR or WDZ.
Point (Type of variable)
A Point variable is a structured type that is used to represent a position (X, Y) in 2 dimensions.
Creating nested reports
iVPos (Function)
iVPos is kept for backward compatibility.
Declaring a procedure/a function
The different syntaxes for declaring a procedure...
SysWinTitle (Function)
Returns the title of the window.
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....
RTFLoad (Function)
Loads a file in RTF in an RTF control (found in a window or in a report).
HExecuteView (Example)
Usage example of the HExecuteView function