ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Kanban control functions
The following functions handle Kanban controls......
Optional events: Retrieved information
In WINDEV, you can add optional events in the code of the different elements of an application......
<Document variable>.Add (Function)
Adds at the end of a Document variable: an element, a document, a paragraph, a text, an image or a fragment.
<mongoGridFS variable>.GetFileByID (Function)
Retrieves (on the local computer) a file identified by its identifier and found in a MongoDB file system.
HTMLFindElementByClass (Function)
Searches for elements whose "class" attribute matches a specific value in an HTML document (or in an HTML node).
<mongoGridFS variable>.GetFile (Function)
Retrieves (on the local computer) a file identified by its name and found in a MongoDB file system.
Creating nested reports
InterpretAmpersand (Property)
The InterpretAmpersand property is used to determine and change how the '&' character is interpreted in: the caption of a Static control. the elements of a List Box control. the elements of a Combo Box control. the values of a column in a Table control....
UPNPExecuteAction (Function)
Runs an action on the UPnP service.
DocChangeZOrder (Function)
Changes the Z-order of an Image or Text Area element in a DocX document.
<Queue variable>.Dequeue (Function)
Dequeues an element from a queue.
<Stack variable>.Pop (Function)
Pops an element from a stack.
AJAX programming
The diagram below presents the use of "programmed AJAX" in a WEBDEV site......
Scanner functions (prefix syntax)
The scanner functions are as follows:...
DiagramLoadLibrary (Function)
Loads a diagram file and creates a library of preset shapes from it.
grSourceSeries (Function)
Defines the source of a series.
<Chrono>.Resume (Function)
Resumes a stopwatch previously stopped by <Chrono>.Fin or <Chrono>.Pause.
SOAPToHTTP (Function)
Builds the HTTP request to call a function of a Webservice. This request can be modified to adapt it to the expectations of the Webservice, if necessary. It can then be sent using HTTPSend.
Printing a watermark text
A report (and a duplicate copy) can include an additional text in the format of a watermark, such as "Confidential" or "Duplicate" printed across the report....
Test of a query
The query editor allows you to run the test of query result......
Interface checker
The advanced interface checker is a tool used to harmonize the positioning of controls in the different application windows......
.NET 3.0, 4.0 control properties, ... (WPF)
List of properties associated with the .NET 3.0, 4.0 control, ... (WPF)...
Pull to refresh (Android/iOS): Window, Table and Looper controls
The "Pull to refresh" feature allows the user to "pull" a Table control, a Looper control or a window in order to refresh its content......
CertificateList (Function)
Returns the list of certificates available on the computer.
Creating an application using the RAD methodology
The RAD (Rapid Application Development) is a technology used to easily create a full application (or site)......