ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TableInsert (Function)
Inserts a row into: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
Executable: Saving the project
At the end of the executable creation wizard, WINDEV proposes to automatically make a backup of the sources of your project......
KanbanDisplay (Function)
Refreshes a Kanban control or a card in the Kanban control.
PositionOccurrence (Function)
Finds the Xth position of a string within another string.
GeometryContain (Function)
Determines if geometry A contains geometry B.
iInitReportQueryConnection (Function)
Initializes the query linked to the report.
Printing a report (iPhone/iPad, Android or Universal Windows App)
When creating a report, the test of this report can be run from the report editor......
TableDisplay (Function)
Refreshes a Table or TeeeView Table control from a given position: for a control linked to a file: changes made in the linked data file are reflected in the control. for a control handled programmatically: the calculated columns are re-calculated....
Cross-references in the code editor
The cross-references in the code editor are used to identify......
HTransaction (Function)
Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates the transaction file.
JSMethod (Function)
Used to run a JavaScript method on an element found in the current page.
Comparison operators
The comparison operators can be divided into several categories......
Maximized windows for Android
A maximized window occupies the entire screen of the mobile device....
TableSavePositionAndSelection (Function)
Saves: the scrollbar position in a Table or TreeView Table control, the elements selected in the control....
DrawingAvailable (Function)
Indicates whether the drawing features are supported by the browser.
Open (External language)
Opens a window.
Table,Insert (External language)
Inserts an element into a table at a given position.
LooperSearch (Function)
Searches for a value in an attribute of a Looper control.
New (Reserved word)
New is used to allocate memory space...
Creating the Form windows of a WINDEV RAD pattern
WLanguage procedure called by fCopyDir
WLanguage procedure ("callback") called by fCopyDir for each copied file. This procedure is used to handle the current file.