ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Web Component control events
The following events appear by default in the WEBDEV code editor...
HReadSeek (Function)
Sets the position on the first record whose value for a specific item is greater than or equal to a sought value (generic search).
HListDatabase (Function)
Lists the Client/Server databases associated with a connection....
Data Binding: Creating controls from the "Project explorer" pane
Data binding is a process that binds variables in memory to controls in a window or page......
Configuring Reports & Queries
Reports & Queries is used to......
Libraries (.WDL file)
A library is a WDL file that contains all WINDEV or WEBDEV resources ......
Clipboard (Function)
Retrieves the text or image found in the system clipboard.
EmailGetAll (Function)
Retrieves all the emails found on a server.
ThreadWaitSignal (Function)
Locks the current thread until it receives a signal from another thread.
ListDisplay (Function)
Refreshes a List Box, ListView or Combo Box control based on a data file
Diagram constants
The following constants are used to manipulate diagrams:...
HDeclareExternal (Function)
Temporarily imports into the current database schema the description of a table from an existing HFSQL table.
Page templates and inheritance
When a page template is applied to a page, all the controls and code found in the template are "copied" into the page......
Telemetry: Installing the server
To use the telemetry, you must install on a computer......
Android Control Center
Do you know where to find your application log files?...
The options of the User Groupware
An application is often intended to be used by several users connected via a network......
zipExtractAll (Example)
Usage example of the zipExtractAll function
WinInYPos (Function)
Returns the vertical position of the upper-left corner of the internal area (without border and title bar) of a window in relation to the upper-left corner of the screen.
Source (Property)
The Source property can be used on: a Chart control: in this case, the Source property is used to get the source of the series: Table column, list of values, ... a connection: in this case, the Source property is used to get or set the source of a connection (HFSQL Client/Server, OLE DB, etc.)....
Welcome to WINDEV, WEBDEV and WINDEV Mobile
The home page allows you to easily perform the operations for creating and opening projects......
Y (Property)
The Y property is used to: Find out the Y-coordinate of a control or window (position on Y-axis). Modify the Y-coordinate of a control or window....