ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DDEEvent (Function)
Associates a WLanguage procedure with a DDE event: when the DDE event occurs, the associated WLanguage procedure is automatically run.
TableInsertLine (Function)
Inserts a row into: a Table control, a TreeView Table control....
WDSQL: Running an SQL query
WDSQL is used to run all the SQL queries created by WDSQL......
xlsData (Function)
Retrieves the content of a cell found in an XLS file.
SchedulerTaskProperties (Function)
Reads the properties of a scheduled task and updates the ScheduledTask structure.
TableAddLine (Function)
Adds a row in: a Table control, a TreeView Table control....
Gantt Chart control properties
You can manipulate Gantt Diagram columns in Table or TreeVew Table controls using the following WLanguage properties......
HReadFirst (Function)
Sets the position on the first record according to a browse item.
HReadLast (Function)
Sets the position on the last record of a data file according to a browse item.
WDMap: Modifying the display mode of records
By default, WDMap displays the records found in a data file by using the following rules......
Characteristics of the columns in a Table control in a window
The columns are used to display information in a Table control......
WINDEV Framework License Agreement
fDataDir (Function)
Returns the full path of the directory of HFSQL data files specified by the user when installing the application.
SQLNext (Function)
Positions on the next row of the query result.
SQLPrevious (Function)
Positions on the previous row of the query result.
SQLLast (Function)
Sets the position on the last row of the query result.
VisibleEndUser (Property)
The VisibleEndUser property is used to: Find out whether an item is visible or not to the end users. This item was defined in the data model editor or programmatically. Define whether an item must be visible or not to the end users (item described programmatically only)....
Inserting an image or video into a help page
It can be useful to use images or videos in help pages to explain the actions to be done, indicate which buttons must be used, etc....
Multiline strings
To type character strings over several lines in the code editor...
The "Line" charts
In the line charts, the data is interpreted as successive y coordinates of points......
Multi-project search
Performing a search in the current project is a common operation......
Camera control: decoding bar codes
In iOS and Android, bar codes can be decoded via the Camera control using BCCapture......
BackgroundImage (Property)
The BackgroundImage property is used to identify and modify the background color of an element: window, page, control or report.
FTPSend (Function)
Transfers a file or directory to an FTP server (File Transfer Protocol).
Docker image of the WEBDEV Application Server
From with version 24, a Docker container with the WEBDEV Application Server can be found in Docker Hub......