ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

eToEuro (Function)
Converts to Euro a value expressed in a specific currency.
Constants for managing errors and exceptions
List of constants used by the functions for managing errors and exceptions....
eInitCurrency (Function)
Adds or changes the characteristics of a currency in the currency exchange table.
ReturnToCapture (Function)
Stops the current process and forces the input in the specified control, window or page.
SetFocusAndReturnToUserInput (Function)
Stops the current process, sets the focus to the specified control, window or page, and allows the user to enter data.
SetFocus (Function)
Set focus: to a control (found in a window, in a page or in a frameset). to a window....
Simple statements
Dashboard control: Automatic Application Features (AAF)
The Dashboard control proposes several Automatic Application Features (AAF) allowing the user to benefit from all control capabilities......
The different types of buttons in a window
WINDEV and WINDEV Mobile include 5 types of buttons......
NewLine (Property)
The NewLine property is used to determine: in a Table control, whether the current row was created with TableAddXXX or TableInsertXXX. in a Looper control, whether the current row was created with LooperAddXXX or LooperInsertXXX. in an Organizer control, whether an appointment was created via the context menu. in a Scheduler control, whether an appointment was created via the context menu....
Variant (Type of variable)
The Variant type is used to: store any simple value: boolean, numeric (Currency, Real, Integer, etc.), characters and character string, date (Date, Time, DateTime and Duration), ... store named or indexed subelements. store any complex value: structures, classes, advanced types, arrays, associative arrays, queues, stacks and lists. handle the NULL value in WLanguage. store interactions with ActiveX objects and Automation programming....
ControlNext (Function)
Returns the name of the next control in input mode.
Automatic feature for copying forms
When typing several copies of a form one after another, some of the information to type may be the same for each instance of the form......
Events associated with the controls of a report
The events associated with the controls of a report are as follows......
Events associated with supercontrols
List of events associated with supercontrols...
H.ErrIgnore (Variable)
Specifies the mode for processing the errors: the errors are processed by WINDEV the errors are processed by the program....
7. Sending an email
WINDEV Tutorial: WINDEV application: Managing data Lesson 7 - Sending an email - 20 min
Handling Sidebar controls programmatically
WINDEV and WINDEV Mobile allow you to handle Sidebar controls programmatically......