ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Cardinalities
The cardinalities are used to count the links between the files......
Characteristics of the Looper control in a page
To view the characteristics of the control, select "Description" in the context menu....
MyHostControl (Reserved word)
The MyHostControl keyword is used to handle the WEBDEV Page control from the code of the page it displays.
Anchoring controls in a report
The anchors are used to define the behavior of controls during a resize operation......
Code history
The code history is used to......
MenuAddURLOption (Function)
Adds a new option after the last option of a drop-down or context menu. This menu option opens the page that corresponds to the specified URL.
<Menu>.AddURLOption (Function)
Adds a new option after the last option of a drop-down or context menu. This menu option opens the page that corresponds to the specified URL.
<Page>.Use (Function)
Displays a WEBDEV page in the browser of the Web user and closes all the current page contexts.
ClipboardHeight (Function)
Calculates the height of an image (in bitmap format) found in the clipboard.
ClipboardWidth (Function)
Calculates the width of an image (in bitmap format) found in the clipboard.
Extra (Property)
The Extra property is used to: Get additional information about a control, window, or page. Edit additional information of a control, window or page. In browser code, you can only get additional information of a control or page....
Alignment rulers (Editor)
When creating or modifying a window in the window editor, you have the ability to display the alignment rulers......
ArrayToCSV (Function)
Converts a one-dimensional array or a two-dimensional array into a character string in CSV format.
dSaveImageICO (Function)
Saves an image in icon format either in a file, or in memory.
<Icon variable>.SaveICO (Function)
Saves an image in icon format either in a file, or in memory.
Link properties
When creating a link, you can simply specify the destination......
Opening a help file (CHM, HTML or PDF)
There are several ways to open a help file......
Tab order in a window, a page, etc.
The tab order of the controls found in a window or in a page describes the order in which the controls take focus in a window when the user presses the [Tabulation] key......
Information about a control found in a window or in a page
The window editor and the page editor allow you to get information about the controls used....
InsertColumn (Function)
Inserts a column at a given position into an advanced two-dimensional array property (xlsDocument, ...).
inAppProduct (Type of variable)
The inAppProduct type is used to define the advanced characteristics of a product for an In-App purchase.
SwapLine (Function)
Used to swap two rows in a two-dimensional array or in an advanced array property.
ArraySwapLine (Function)
Used to swap two rows in a two-dimensional array or in an advanced array property.
<Array>.SwapLine (Function)
Used to swap two rows in a two-dimensional array or in an advanced array property.
PageInitialization (Function)
Resets to zero (or not) the controls found in the current page and starts the events for initializing the controls and the page.