ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The Multimedia control (WEBDEV)
...The Multimedia control is used to easily display a video in the browser....
HFSQL Client/Server: Scheduled tasks
The scheduled tasks are used to schedule automatic tasks......
Managing sockets with WINDEV, WEBDEV and WINDEV Mobile
WINDEV, WEBDEV and WINDEV Mobile include several functions allowing you to perform an advanced management of sockets......
9. Internal component
Returns the index of the selected element in a Looper control....
Binding a Combo Box control to an item
Environment of the data model editor
Segmented Button control
The Segmented Button control can be understood as a set of ON/OFF buttons grouped together in a single control......
EmailSend (Function)
Sends an email via the SMTP protocol while controlling the "buffer" of the email.
Move (Function)
Allows you to: move an element in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.). The other array elements are moved accordingly. swap two elements in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.)....
Type (Property)
The Type property is used to get: the type of element (table or item) defined programmatically or in the data model editor, view or query. the type of object. the type of data held in a Variant....
DnDCacheData (Function)
Indicates the type of data and the data to copy/move during Drag/Drop....
Custom title bar with menus and controls
There is a new trend in UI design: application menus in the title bar!...
dbgOnError (Function)
Defines the WLanguage procedure that will be called whenever an error is detected by a dbgCheckXXX function.
BitcoinCore functions
The following functions are used to manipulate Bitcoin Core servers......
ParentObject (Function)
Identifies the "parent" of a graphic object: control, column, window, page, ...
URL Rewriting
URL Rewriting is a technique used to improve SEO......
How to manage a multi-selection in a Table control?
This help page explains how to manage a multi-selection in a Table control....
Impact analysis
The impact analysis immediately identifies the consequences of the latest changes......
Linking a Table control to a data file or query
A Table control can be used to display the content of a data file or query......
2. UML models
SQL : ORDER BY clause: Organizing the result of a query
The ORDER BY clause is used to sort the records selected by an SQL query......