ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Diagram functions (prefix syntax)
Diagram functions (prefix syntax)...
<Source>.ToPage (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
PageFromSource (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
The Shape control
The Shape control allows you to create geometric shapes in your windows and reports......
Kanban control events
The following events are associated with Kanban controls......
Style properties (help system)
To edit the styles available in the current help system, select "Help system......
Controls that can be moved in a page
WEBDEV proposes two modes for moving controls in a page......
Report viewer: "Export" tab
The "Export" pane in the report viewer allows you to perform the following operations......
Handling the views of a window
To easily handle huge windows (that cannot be entirely displayed in the editor for example), WINDEV and WINDEV Mobile allows you to handle several views of the same window......
Locking an application
WINDEV gives you the ability to lock your applications (after a specific duration for example)......
Page Footer block
The Page footer block is run at the end of each page......
Limitations of WINDEV, WEBDEV and WINDEV Mobile
Report viewer: Text copy
The report viewer allows you to copy text from the report and paste it to a file in another application......
9. Queries
A query is used to request information from a database to view, insert, change or delete data....
Report based on a form
The report editor gives you the ability to print reports on pre-printed forms (image file or PDF file)......
Defining colors in Table controls
The colors of a Table control (row background, text of rows, etc.) are defined in the control description......
Properties associated with the rows of a TreeView control
The rows of TreeView controls in a window or page can be manipulated using different WLanguage properties......
Diagram Editor (WINDEV): ribbon and panels
The Diagram Editor includes many features accessible via......
Developing applications for Android
WINDEV Mobile allows you to develop applications for the Android operating system......
Enumeration and Combination items
WINDEV, WEBDEV and WINDEV Mobile propose the Enumeration and Combination types......
Managing the styles
The help editor allows you to define styles of paragraphs......
Operations in a Select query
The query editor allows you to perform operations on the values of an item......
Optional events
By default, the codes available in the code editor correspond to the most common codes......
Easier navigation in the editors
The navigation in the editors is simplified by the presence of a new dynamic navigation bar, enabled by [CTRL] + [TAB]......
HListFile (Function)
Returns the list of files: found in the current analysis or in a specific analysis recognized by the HFSQL engine. The files defined by HDeclare, HDeclareExternal and HDescribeFile are taken into account. available on a connection via a native access or via an OLE DB driver. for a group of files defined in the data model editor....