ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Set of procedures
The global procedures are grouped in set of procedures...
Stored procedures and queries (HFSQL Client/Server)
The stored procedures are used to simplify the development and the maintenance of your applications by factorizing the code...
Carrying over the differences from an element to another one
The project comparator is used to compare two elements and to list the differences found...
HDeleteSet (Function)
Deletes a set of stored procedures from an HFSQL server.
Project comparator
Comparing two windows (two pages, two reports, two classes, ...
<Connection variable>.ListStoredElement (Function)
Returns the list of elements stored on an HFSQL server (sets of procedures, stored procedures or queries).
Sharing elements with a WINDEV application
Code history
The code history is used to...
<Connection variable>.UpdateSet (Function)
Creates or updates a set of procedures on an HFSQL server.
HListStoredElement (Function)
Returns the list of elements stored on an HFSQL server (sets of procedures, stored procedures or queries).
HUpdateSet (Function)
Creates or updates a set of procedures on an HFSQL server.
Importing classes and sets of procedures (text file)
From version 23, you have the ability to import existing classes or sets of procedures in text format...
<Connection variable>.DeleteSet (Function)
Deletes a set of stored procedures from an HFSQL server.
TreeExpand (Function)
Expands a node in a TreeView control.
Scanner (Type of variable)
The Scanner type is used to handle the information from a scanner.
Exist (Property)
The Exist property determines if the element of an associative array exists.
SQLCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
WDTrans: Overview
WDTrans is a tool for canceling transactions......
Hidden (Property)
The Hidden is used to: Determine if a control in a report is hidden. Redact or blur a control in a report....
TokenAllowDuplicate (Property)
The TokenAllowDuplicate property is used to: Allow or prevent the user from entering duplicates in a "Text token" Edit control. Determine if duplicates are allowed in a "Text token" Edit control....
HExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
InUMCMode (Function)
Indicates whether the code is run from a code written in a user macro-code.
WinEdDo (Function)
Runs an action (defined programmatically) and enables Undo/Redo operations on this action....
Events associated with a Native Container control
WINDEV and WINDEV Mobile manage the following events by default (order of appearance in the code editor)...
HErrorModification (Function)
Used to: return the value of a record item if a modification conflict occurs. check if a modification conflict occurred....
sysNotificationInput (Type of variable)
The sysNotificationInput type is used to define all the advanced features of an input control, such as a text input or combo box control, in an interactive notification.
Constants for managing errors and exceptions
List of constants used by the functions for managing errors and exceptions....
MenuSelectPlus (Function)
Enables a menu option (popup menu or drop-down menu).
MenuSelectMinus (Function)
Disables (grays out) a menu option (popup menu or drop-down menu).
Search in the editors
Being able to perform a search in the editors significantly improves efficiency......
RTFAddLink (Function)
Adds a link to a text section in an RTF Edit control.
Push notification
A mobile device can receive push notifications......
Automatic error handling
Error handling can be customized for each process......
ZOrder (Property)
The ZOrder property defines the Z-order of an element.
WDSQL, SQL querier: Overview
WDSQL is used to......
tapiSendKey (Function)
Allows you to simulate the use of phone keys.
<Kanban>.Filter (Function)
Displays only cards that match the specified filter.
RedisUnsubscribe (Function)
Cancels a subscription to a Redis broadcast channel.