ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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....
Null (Property)
The Null property is used to: Assign NULL to the item for the current record. Find out whether the item is associated with the NULL value for the current record. Define the default value of an item when the item is described through programming....
HReset (Function)
Initializes: one or all variables of file items with their default values. one or all items of a Record variable with their default values....
The different types of browse available in SQL
Two types of browse can be used to browse the result of a query run by SQLExec......
Compilation statement: IF ExecutionTarget
The <IF ExecutionTarget> compile statement allows you to compile or not compile a WLanguage code depending on the execution target.
hBackupDescription (Type of variable)
The hBackupDescription type is used to programmatically describe an HFSQL Client/Server backup....
8. Windows in practice
Discover the main actions that can be performed on the windows....
Handling a Range Slider through programming
WINDEV allows you to handle a Range Slider control through programming......
xmlNode (Type of variable)
The xmlNode type is used to handle a node of an XML document.
DotNetDelegate (Function)
Initializes a.NET delegate.
Events associated with a Dashboard control
WINDEV and WINDEV Mobile manage the following events by default (order of appearance in the code editor)...
Developing an application for iPhone/iPad
The development of an iPhone/iPad application is performed in 2 steps:...
EmailGetAll (Function)
Retrieves all the emails found on a server.
Enumeration (Type of variable)
An enumeration is a set of values......
Type inference
The type inference is used to simplify the declaration of variables when the variable type can be automatically deduced by the compiler......
Dynamic serving
"Dynamic serving" is a technique where the same address (URL) leads to 2 different pages......
notificationAction (Type of variable)
The notificationAction type is used to describe an additional action associated with a notification.
notificationCategory (Type of variable)
The type notificationCategory makes it possible to define all the advanced characteristics of a notification category.
UUID (Type of variable)
The UUID type is used to easily manage: UUIDs or GUIDs, automatic UUID HFSQL identifiers, identifiers for COM/Automation objects and interfaces, ......
edtHTMLSelection (Type of variable)
The edtHTMLSelection type is used to identify all the advanced characteristics of a selection in an HTML Editor control
DeleteParameter (Function)
Deletes a parameter (or a set of parameters) saved either by SaveParameter, or automatically via the persistence of data in the controls.
"Component.WDO" file
When generating the external component, two files are automatically created in the EXE directory of the current project......
Visibility of the elements found in an external component
When creating an external component, you have he ability to define the elements of the external component that will be accessible (or not) by the user of the component......
External language: Programming in Pascal
We are going to call the elements developed in WINDEV (project, windows, ......
Native Progress Connector: Programming with HFSQL functions
To use a Progress database with the Native Connector, you must ......