ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

RGBBlue (Function)
Returns the blue component of an RGB color.
RGB (Function)
Defines a color from its Red, Green and Blue components.
Visible (Property)
The Visible property is used to: Find out whether an element is visible. Make an element visible or invisible....
Inherited (Property)
The Inherited property is used to determine if an element is inherited.
Binding controls to data
A window or page can display information from......
The Spreadsheet control: Available formulas
At run time, in the Spreadsheet control, the end user directly enters the calculation formulas......
13. Types of standard controls
"Debugger trace" pane
The "Debugger trace" shows the messages displayed in the trace window during the last application test......
Alias (Property)
The Alias property gets the alias of an element.
Timer on button (AAF)
In an application developed in WINDEV, the user has the ability to implement a timer on a button......
Skins
The skins are used to standardize the visual aspect of a site and they allow you to easily change style......
Customizing the Switch controls
The Switch control is a 2-state Check Box control (on/off, true/false, yes/no)......
Declaration (Property)
The Declaration property is used to define a type.
Type (Property)
The Type property is used to get: the type of element (data file or item) defined programmatically or in the data model editor, view or query. the type of object. the type of data held in a Variant....
UTF8Valid (Function)
Tests the validity of a string in UTF8 format.
fBuildPath (Function)
Builds a complete file path from the directory and short name of a file. This function is mainly used to get a valid file name without having to worry about the presence of separators in the path ('/' or '\') or about their direction according to the platform....
Type of item: Secure password
"Password" items are used to securely store passwords by using a salt and a hash algorithm......
Native SQL Server Connector for WINDEV and WEBDEV
WINDEV and WEBDEV support an optional Native SQL Server Connector (also called Native SQL Server Access)......
ERR_BUTTON_EXPECTED
Creating a select query
A select query (corresponding SQL statement......
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....
Native Oracle Connector for WINDEV and WEBDEV
WINDEV and WEBDEV support an optional Native Oracle Connector (also called Native Oracle Access......
The TreeMap control
...The TreeMap control is used to dynamically represent data, possibly in tree structure, in a balanced way....
DDE errors
When a DDE function fails (returns False for example), ErrorInfo allows you to find out the number of the corresponding error]......
Unnecessary confirmation dialogs? Use automatic validation