ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Integrating a WEBDEV site into a WINDEV application
By integrating a website into a window in a desktop application, you can share existing elements and boost productivity......
Deep links to mobile applications
Deep linking allows you to redirect the user to specific content in a mobile application (rather than in a browser) when they click on a link in a web page or in an email......
InAWPMode (Function)
Used to determine if the page currently run is an Active WEBDEV Page.
Help system properties
The properties of help system are used to define......
Operator on Address
The & operator returns the address of a variable as an integer
Automatic positioning
When moving a control in a window, in a page or in a report, guides are automatically displayed by the real-time interface checker (also called automatic positioning)......
Using the query result
The result of a select query can be used in......
Creating an executable without library
When creating an executable, you can choose not to use a library or not to include all the elements of the project in the library......
PageDisplayDialog (Function)
Displays a page in modal mode. This function is used to establish a dialog with the user. The page is displayed in the foreground while the opening page is displayed in the background, grayed by the DDW mechanism.
IntegerPart (Function)
Returns the integer part of a number.
OCRExtractTextBlock (Function)
Returns all the text blocks of an image.
1. Creating pages
WEBDEV Tutorial: My first WEBDEV website Lesson 1 - Creating pages - 10 min
The Link control
The Link control is used to: create a link in an HTML page. create a link in a report printed in HTML format....
Help: Summary table
In a WINDEV application, users have multiple help features at their disposal: Tooltip. Status bar. Help window. Advanced tooltip. Help page. HLP file....
DecimalPart (Function)
Returns the decimal part of a number.
MouseYPos (Function)
Returns the vertical position (Y) of the mouse cursor relative to the specified window or control. Used in a mouse or stylus process (click, hover, left or right button down, etc.).
MouseXPos (Function)
Returns the horizontal position (X) of the mouse cursor relative to the specified window or control. Used in a mouse or stylus process (click, hover, left or right button down, etc.).
Characteristics of the Looper control in a page
To view the characteristics of the control, select "Description" in the context menu....
Sitemap file for Google
To better analyze the content of the sites, the search engine of Google is using an XML file named "Sitemap" (if it is available)......
MDL file (kept for backward compatibility): Window description
The MDL file is the file used to generate a RAD window......
MyHostControl (Reserved word)
The MyHostControl keyword is used to handle the WEBDEV Page control from the code of the page it displays.
The Image Editor control
The "Image Editor" control is a rich control that allows end users to create and edit images in their WINDEV applications......
<Page>.DisplayDialog (Function)
Displays a page in modal mode. This function is used to establish a dialog with the user. The page is displayed in the foreground while the opening page is displayed in the background, grayed by the DDW mechanism.
Menu option: operation performed and action
An option of a drop-down or context menu in a page can be associated with an action......
PagePosition (Function)
Scrolls a page up to position a control in the visible section of the page (top) in the browser.