ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<ManualEvent variable>.Wait (Function)
Locks the current thread while waiting for the specified event to be opened.
drag-and-drop operation set programmatically
The programmed Drag and Drop is used to entirely manage Drag/Drop between the different types of controls......
Handling an element of a TreeView control programmatically
This help page explains how to handle the elements of a TreeView control either directly or via the WLanguage functions......
Reading an email
This help page explains how to read an email from a WINDEV application and how to display its content in a WINDEV application....
Handling a report (in the editor)
Once a report was created, the description of this report can be modified at any time......
Dynamic site: Persistent session
For a dynamic WEBDEV site, when starting the site (site called from a browser), a session representing the site is loaded in memory on the server......
Conditions for updating an application automatically (Live update)
Whenever the application is modified on the development computer (modifications of windows, code, analysis, ......
HsMenu,Mark (External language)
Finds out whether a menu option is marked or not.
Constants for managing Gantt charts
<List Box>.Sort (Function)
Sorts the elements in a List Box, ListView or Combo Box control populated programmatically.
<fbSession variable>.Start (Function)
Used to authenticate and log in to Faceboook.
<AutomaticEvent variable>.Wait (Function)
Locks the current thread while waiting for the specified event to be opened.
XInitial (Property)
The XInitial property is used to: Get the X-coordinate: of a control (position on the X-axis) when opening the window or the page. of a window (position on X-axis) when opening the window. Change the X-coordinate of a control anchored "to the right" (position on the X-axis) when opening the window. Get the X-coordinate of a control in relation to its block (position in millimeters on the X-axis) when opening the report....
<ParallelTask variable>.Wait (Function)
Waits for the execution of a parallel task.
<Thread variable>.Wait (Function)
Waits for the end of the execution of the specified thread.
Events associated with Chart controls
List of events associated with the Chart controls...
Properties associated with the chart series
List of properties associated with the chart series...
2. Examples and components provided with WEBDEV
Skins
The skins are used to standardize the visual aspect of a site and they allow you to easily change style......
Saving entered data (AAF)
ODBC driver for HFSQL Classic and for HFSQL Client/Server (Windows)
The ODBC driver for HFSQL Classic (single-user or multi-user) is used to access an HFSQL Classic database from an external database software that supports the accesses by ODBC......
The Navigation Bar control
The Navigation Bar control is used to create a menu area that can easily adapt to the browser size......
The Rating control
The Rating control allows the user to: indicate the popularity level of an element via repeated icons. find out the popularity level of an element via repeated icons....
Responsive Web Design: Tips
The Responsive Web Design was used in your pages but you still encounter some lock points......
Class inheritance
The hierarchical organization in class and sub-class has allowed to create the notion of inheritance......