ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ErrorBuild (Function)
Displays a custom error message in a system error window.
Calculations in the columns of a Table control
When a Table control contains numeric data, it may be useful to get the total of a column or count the number of elements......
notificationCategory (Type of variable)
The type notificationCategory makes it possible to define all the advanced characteristics of a notification category.
WinEdDo (Function)
Runs an action (defined programmatically) and enables Undo/Redo operations on this action....
eDefaultViewCurrency (Function)
Identifies or modifies the display currency used by default.
SOAPEncodeResult (Function)
Used to configure the format of the value returned by the WINDEV SOAP server to the SOAP client program.
DiagramGroup (Function)
Creates a group from the elements selected in the Diagram Editor control.
CheckBoxInsert (Function)
Inserts a new option into a Check Box control.
Pivot Table control in a report
The report editor allows you to create "Crosstab" reports......
MyParent (Reserved word)
MyParent is used to handle...
1. Discover WINDEV
WINDEV Tutorial: WINDEV overview Lesson 1 - Discover WINDEV - 5 min
HashString (Function)
Calculates the Hash of a character string according to a specific algorithm.
Report based on a TreeView Table control
You can use a report based on a TreeView Table control to directly print the information displayed in a TreeView Table control found......
HModifyViewRights (Function)
Modifies the rights granted to a user or to a group on a SQL view or on a materialized view.
SocketClose (Function)
Closes a socket or a connection to a server socket.
DisplayMask (Property)
The DisplayMask property is used to: Find out the display mask. Modify the display mask. This display mask is displayed when the control is in read-only or when the control does not have focus....
WinEdDeclareUndo (Function)
Declares how to cancel an action that was added by WinEdDo.
Before (Property)
The Before property replaces or inserts a procedure before the other procedures in: a Procedure variable. an event associated with a control....
JSONToVariant (Example)
Usage example of the JSONToVariant function
MapItineraryDistance (Function)
Calculates the distance of an itinerary in a Map control.
fDecrypt (Function)
Decrypts a file that was encrypted by fCrypt.
Debugging an external component
You have developed an external component and you want to debug it? The user of an external component sends an executable indicating that your external component does not operate? You are using your external component in another project and you want to debug it?......
Menu option: operation performed and action
An option of a drop-down or context menu in a page can be associated with an action......
TableExpand (Function)
Expands: a branch that was previously collapsed in a TreeView Table control. a branch that was previously collapsed in a Table control. a detailed window displayed for a row....
HDescribeConnection (Example)
Usage example of the HDescribeConnection function