ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SourceDescription (Property)
The SourceDescription property is used to get the name of the element used as data source of a series.
XMLData (Function)
Returns the value of current element (tag or XML attribute) or the value of one of its attributes.
FillCharacter
The Property Filling Character allows you to know and modify the character used to fill an element.
Caption (Property)
In a database, the Caption property is used to: Find out the caption associated with a file item. Find out the caption associated with a data file. Find out and modify the connection caption. In a report, the Caption property is used to: Find out the text displayed in a Static or Link control. Modify the text displayed in a Static or Link control. In a window or page, the Caption property is also used to: Find out and modify the caption of a control in a window or in a page. Find out and modify the caption of a menu option. Find out and modify the title of a window or page. Find out the content of a Breadcrumb control....
<htmlDocument variable>.ChercheElémentParID (Function)
Searches for the element whose "ID" attribute matches a specific value in an HTML document.
26. Style sheets: to simplify the layout
Mobile Image Editor control
By using the Image Editor control in your mobile applications, you will allow users to edit images or photos......
ERR_NO_CURRENT_PAGE
The Task structure
The Task structure is a preset structure of WLanguage (no declaration is required)......
SQLFetch (Function)
Goes to the next row (i.e next record) of the query result.
Calculations in the columns of a Table control
When a Table control contains numeric data, it may be useful to get the total of a column or count the number of elements......
The Gantt Chart control
A Gantt chart allows you to graphically view the progress status of a project......
External language: Programming in Visual Basic
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
Managing MQTT
MQTT is a "publish-subscribe" messaging protocol based on the TCP/IP protocol......
WDSQL: Exporting and printing the result of an SQL query
The result of a select query can be......
EmulatePane (Function)
Emulates the selection of a pane in a Tab, Ribbon or Sidebar control.
The J2EE structure
The following structure is used to pass parameters to a procedure run on a server of J2EE XML Web services......
Automatic button execution (Window)
To force an action on a window, all you have to do is define a button of this window in "Automatic execution" mode......
Binding a Link control to an item
Editing the CSS style sheet
WEBDEV gives you the ability to manage all the CSS styles used in a project......
Installing the HFSQL Server module
Cherche les éléments d'un noeud HTML correspondant à une balise....
Report based on a data file
A report based on a data file is used to print the records coming from a single data file (HFSQL Classic or Client/Server, accessed via a Native Access, ......
Printing nested reports
To create a main report containing several secondary reports:...
<Array>.SeekByProcedure (Function)
Seeks an element in a one-dimensional WLanguage array by using a comparison procedure.
ArraySeekByProcedure (Function)
Seeks an element in a one-dimensional WLanguage array by using a comparison procedure.