ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

InAWPMode (Function)
Used to determine if the page currently run is an Active WEBDEV Page.
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)......
List of extension attributes
The list of extension attributes ......
Operator on Address
The & operator returns the address of a variable as an integer
Limitations of WINDEV, WEBDEV and WINDEV Mobile
4. WEBDEV, WINDEV and WINDEV Mobile: fully compatible format
Name (Property)
The Name property is used to get: the name of the font associated with a Font variable. the name of a control, report or report block. the name of a control, group of controls or window. the name of a control, group of controls or page....
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....
Managing geolocation and GPS
WINDEV Mobile and WEBDEV allow you to exploit geolocation and GPS features found on mobile devices and browsers.
DecimalPart (Function)
Returns the decimal part of a number.
<Table>.SelectCount (Function)
Returns the number of selected elements in a Table or TreeView Table control (especially multi-selection controls).
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.).
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)......
WDDIXIO overview
Characteristics of the Looper control in a page
To view the characteristics of the control, select "Description" in the context menu....
MDL file (kept for backward compatibility): Window description
The MDL file is the file used to generate a RAD window......
TableSelectCount (Function)
Returns the number of selected elements in a Table or TreeView Table control (especially multi-selection controls).
MyHostControl (Reserved word)
The MyHostControl keyword is used to handle the WEBDEV Page control from the code of the page it displays.
Menu option: operation performed and action
An option of a drop-down or context menu in a page can be associated with an action......