ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<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.
PagePosition (Function)
Scrolls a page up to position a control in the visible section of the page (top) in the browser.
Using objects
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......
RGBToHTML (Function)
Returns the HTML color corresponding to the RGB color.
BankHolidayList (Function)
Returns the list of the public holidays defined by BankHolidayAdd.
ContinentList (Function)
Returns the list of continents.
Alignment rulers (Editor)
When creating or modifying a window in the window editor, you have the ability to display the alignment rulers......
SysWinTitle (Function)
Returns the title of the window.
fDriveInfo (Function)
Returns information about a drive.
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....
Custom-Folders in the analysis
Several file descriptions can be grouped into a "Custom-Folder"......
SysInstance (Function)
Returns the instance of a module.
PageUse (Function)
Displays a WEBDEV page in the user's browser and closes all page contexts currently open on the server....
ImageOccurrence (Function)
Returns the total number of images taken into account by the scroll.
SNMPOIDStatus (Function)
Returns the status of an OID.
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.
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....
SQL commands available in an SQL query
WINDEV allows you to easily run queries in SQL code......
SysScreenResolution (Function)
Returns the resolution of a screen.
Custom title bar with menus and controls
There is a new trend in UI design: application menus in the title bar!...
SNMPOIDDescription (Function)
Returns the description of an OID.
gpwEncryptPassword (Function)
Returns the encrypted password.
PopupDisplayPage (Function)
Displays a WEBDEV page as a popup in the current page with a DDW (Dim Disabled Windows) effect.
12. Control templates
WINDEV Mobile allows you to create control templates....
Characteristics of non-maximized windows
A non-maximized window can be resized by the user and it can occupy a section of the screen only......