ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

11. Choosing the action of a button/link
OpenContextMenu (Function)
Automatically opens a context menu for the current control, window or page.
iSkipPage (Function)
Generates a page break: the corresponding code is sent to the printer queue.
<Looper>.InsertIP (Function)
Inserts a row as an internal page into a Looper control populated programmatically.
WLanguage procedure called by PopupDisplayPage
WLanguage procedure ("callback") called by PopupDisplayPage after the popup page is closed.
LooperInsertIP (Function)
Inserts a row as an internal page into a Looper control populated programmatically.
ParentObject (Function)
Identifies the "parent" of a graphic object: control, column, window, page, ...
Designing a supercontrol
A supercontrol is an advanced type of control......
Creating the Form pages of a WEBDEV RAD pattern
iXPos (Function)
Used to manage the horizontal position (X-coordinate) of print cursor in the page.
iYPos (Function)
Used to manage the vertical position (Y-coordinate) of print cursor in the page.
Dashboard control properties
A Dashboard control can be handled in a window by the following WLanguage properties......
Creating the Relation pages of a WEBDEV RAD pattern
Chart: Managing scales
In a chart, the scales are used to quickly estimate the value of different points found in a chart......
iParameterPreview (Function)
Configures the print preview: display a message regarding the resources of current computer. display or not the ribbon panes (as well as the buttons found). the export options available in the mini preview window....
ReturnToCapture (Function)
Stops the current process and forces the input in the specified control, window or page.
HFSQL views
An HFSQL view corresponds to a "memory image" of an HFSQL data file......
Site test: the different types of tests
WEBDEV includes multiple methods for testing your sites......
BottomMargin (Property)
The BottomMargin property is used to: Find out the bottom margin of a report. Modify the bottom margin of a report....
RightMargin (Property)
The RightMargin property is used to: Find out the right margin of a report. Modify the right margin of a report....
LeftMargin (Property)
The LeftMargin property is used to: Find out the left margin of a report. Modify the left margin of a report....
TopMargin (Property)
The TopMargin property is used to: Find out the top margin of a report. Modify the top margin of a report....
The Ribbon control
The Ribbon control proposes an additional feature regarding the menus found in your applications. It is used to present in a small surface a large number of controls arranged logically in order to perform choices....
DiagramStartModification (Function)
Indicates the start of a series of actions performed in a Diagram document in a single event ("undo/redo")....
DisplayedItem (Property)
The DisplayedItem property is used to: Find out the item or the variable displayed by the control. Modify the item or the variable displayed by the control....