ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Gantt chart>.AddLink (Function)
Creates an "End to Start" link between two tasks displayed in a Gantt Chart column found in a Table (or TreeView Table) control.
dArc (Function)
Draws an arc of circle or an arc of ellipse: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
FileToMemoryTable (Function)
Populates a Table control programmatically with the records from a data file, HFSQL view or query (query created in the query editor or with HExecuteSQLQuery).
ComboOpen (Function)
Expands the list of a Combo Box control (single-column or multi-column Combo Box).
SourceWindow (Property)
The SourceWindow property is used to get the source of an internal window (i.e. the internal window displayed by the Internal Window control).
Scheduler control: Customize appointments
In the Scheduler control, the appointment is displayed in a specific area......
dFont (Function)
Declares the font that will be used by dText: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
<Element>.RequestRefreshUI (Function)
Requests the execution of the "Request for refreshing the display" event of the specified element (and gives back control without waiting for the execution of the event).
KanbanInfoXY (Function)
For a given position (coordinates of a point) in a Kanban control, returns one of the following: the number of the card at that position, the number of the list at that position...
How to backup HFSQL Client/Server databases?
The backup of the HFSQL Client/Server databases can be performed......
Gantt functions (prefix syntax)
The following WLanguage functions are used to manage Gantt charts......
RequestUpdateUI (Function)
Requests the execution of the "Request for refreshing the display" event (and gives back control without waiting for the execution of the event). This function is kept for backward compatibility.
Report based on an Organizer control
A report based on an Organizer control is used to directly print the information displayed in the Organizer control...
Chart: Managing scales
In a chart, the scales are used to quickly estimate the value of different points found in a chart......
I work as a developer: How to manage my tasks and my schedule?
The Control Centers in WINDEV, WEBDEV and WINDEV Mobile include many tools to help developers manage their schedules and the different associated tasks......
Associating an identifier with an element found in a TreeView control
The different methods to associate an identifier with an element found in a TreeView control....
The Link control
The Link control is used to: create a link in an HTML page. create a link in a report printed in HTML format....
17. WLanguage: a simple and powerful language
7. Custom-Folders: Organize your project
Custom-Folders: Organize your project...
Visibility of the elements found in an external component
When creating an external component, you have he ability to define the elements of the external component that will be accessible (or not) by the user of the component......
Creating an application that manages the Euro
The method for creating an application supporting the switch to the Euro is as simple as the method for creating a WINDEV application....
The List Box control
The List Box control is used to display a list of elements and to select one or more elements from this list......
Minimap
The minimap is an option that allows you to quickly navigate the code editor......
SelectedTextWithTag (Property)
The SelectedTextWithTag property is used to get or change the text selected in a rich edit control (RTF or HTML) with HTML or RTF formatting tags.
Extracting messages added or modified since last extraction
A project was already created and translated......