ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Insert (Function)
Inserts an element at a given position: into a one-dimensional WLanguage array. into an associative array. into an advanced array property (array of gglCalendar events, etc.). into a WLanguage list....
Delete (Function)
Deletes an element at a given position: from a one-dimensional WLanguage array. from an advanced array property (array of gglCalendar events, etc.). from an associative array. from a WLanguage list....
<htmlDocument variable>.BuildString (Function)
Generates a UTF-8 string containing an HTML document.
Automatic management of exceptions
The management of exceptions can be customized by process......
User Groupware and LDAP
The LDAP protocol is increasingly used by the companies......
ModbusWriteFloat (Function)
Writes one or more single-precision floats to a Modbus slave, starting at a specific address.
HTMLBuildString (Function)
Generates a UTF-8 string containing an HTML document.
inAppCheckSubscription (Function)
When starting the iOS application, checks whether the In-App subscriptions have been renewed.
Customizing the setup program (Plug-in)
In a setup program, you may want to customize some actions......
WinDisableEffect (Function)
Disables the visual effects of the graphic engine of WINDEV (for a use in TSE mode for example).
ArrayAdd (Function)
Adds an element in last position: of a one-dimensional WLanguage array. of an advanced array property (array of gglCalendar events, ...). of a WLanguage list....
Add (Function)
Adds an element in last position: of a one-dimensional WLanguage array. of an advanced array property (array of gglCalendar events, ...). from a WLanguage list....
Defining specific character sets in HFSQL tables
When an application displays or saves data in HFSQL tables, this data is typed in the current language......
Events associated with Peeling Corner controls
WEBDEV proposes the following events:...
MVP RAD
WINDEV proposes an MVP RAD that generates the "table" and "form" windows as well as the necessary Presenter and Model classes......
<docElement variable>.ChangeZOrder (Function)
Changes the Z-order of an Image or Text Area element in a DocX document.
CriticalSection (Function)
Enables a name or on-variable critical section in the statement USING ... IN.