ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Page templates
WEBDEV allows you to create page templates...
Custom properties (WLanguage)
A custom property is a code element with two events...
SetFocus (Function)
Set focus: to a control (found in a window, in a page or in a frameset). to a window....
Count (Function)
Returns the number of occurrences of a control in a window, in a page or in a group of controls.
iLink (Function)
Adds a link to a URL address into the HTML page currently printed.
ControlExist (Function)
Checks the existence of a control (or group of controls) in a window, in a page or in a report.
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.
Site Map control properties
List of properties associated with a Site Map control...
Properties associated with a supercontrol
List of properties associated with a supercontrol...
11. Choosing the action of a button/link
Handling an Action Bar through programming
An Action Bar can be handled through programming. To do so, use the variable corresponding to the Action Bar in the code....
Extracting the text of the project
The following text can be extracted......
PageRateDDW (Function)
Allows you to find out and modify the rate of gray for the pages that use DDW (Dim disabled pages).
The "Images" pane
The "Images" pane allows you to view and list all the images in the project directory and subdirectories......
Copy between the editors
WINDEV, WEBDEV and WINDEV Mobile allow you to perform copies (or Drag and Drop) of controls between the products and their editors....
Error 101: Declaration of global variable not allowed
Report data source
...The reports can be created with the data coming from:...
ERR_CANNOT_OPEN_FILE
ToastDisplayPopup (Function)
Displays a popup page during a given duration in order to display a "Toast" message.
WEBDEV User Groupware: Tips
This help page contains different programming tips for the User Groupware in WEBDEV......
BrowserSlice (Function)
Returns the number of the slice displayed in a page in Responsive Web Design mode.
pdfTextElement (Type of variable)
The pdfTextElement type is used to find out all the characteristics of a text element in a PDF page.
Error messages that can be displayed in the browser
This help page presents the different error messages that can be displayed in the browser......
BackgroundImage (Property)
The BackgroundImage property is used to identify and modify the background color of an element: window, page, control or report.