ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

RGBRed (Function)
Returns the red component of an RGB color.
RGBBlue (Function)
Returns the blue component of an RGB color.
Random (Function)
Returns a random number.
RGBGreen (Function)
Returns the green component of an RGB color.
Unalterable data files
This feature is used to signal that a data file cannot be modified after writing......
Using the query result
The result of a select query can be used in......
The "Quality Control Center" pane
The "Quality Control Center" pane displays the incidents associated with the selected project......
General exception mechanism
A process of general exception is available for all the components of the object with which it is associated......
TwainState (Function)
Returns the status of the current source.
1. Creating pages
WEBDEV Tutorial: My first WEBDEV website Lesson 1 - Creating pages - 10 min
Signature of iOS applications
Signing an application is mandatory from Xcode 8......
AddColumn (Function)
Adds a column at the end of a two-dimensional array property (xlsDocument variable for example]).
HFSQL Control Center: Open an analysis
The HFSQL Control Center allows you to fully manage an analysis......
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)......
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....
MyHostControl (Reserved word)
The MyHostControl keyword is used to handle the WEBDEV Page control from the code of the page it displays.
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....
Menu option: operation performed and action
An option of a drop-down or context menu in a page can be associated with an action......
ComponentInfo (Function)
Returns information about a component.
Alignment rulers (Editor)
When creating or modifying a window in the window editor, you have the ability to display the alignment rulers......
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....
CurrentDay( Function)
Returns the number of the current day in the current month.
Managing the analysis versions
WINDEV, WEBDEV and WINDEV Mobile allow you to manage the different versions of the analysis from the data model editor......
<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.
URLExtractPath (Function)
Returns the different elements of a URL: protocol, user, password, domain, port, resource path, resource name, resource extension, request and fragment.