ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

iEndPrinting (Function)
Signals the end of the document to print and actually starts printing the data stored in the printer spooler via the following functions: iPrint, iPrintImage, iNewLine, etc.
Phone management functions
List of functions for phone management...
apFullProjectName (Function)
Retrieves the full physical name of a project opened during the execution of an action plan.
TestMode (Property)
The TestMode property determines if the Ad control displays a test ad.
WebserviceWriteHTTPHeader (Function)
Adds an additional HTTP header to a request of a REST Webservice.
TelemetryConfigure (Function)
Gets and sets the telemetry settings.
AIDetect (Function)
Detects various elements in an image: objects, faces, etc. This detection is made possible by artificial intelligence (AI).
Events associated with a TimeLine control
WINDEV manages the following events by default (in order of appearance in the code editor)...
Developing applications in Universal Windows 10 App mode
WINDEV and WINDEV Mobile allow you to develop applications for Windows 10 tablets and for Windows Phone 10 and Windows 10 phones (Universal Windows 10 App applications)......
FOR ALL/FOR EACH statement (browse of strings)
The FOR EACH statement is used to browse strings according to different methods...
DiskFile (Type of variable)
The DiskFile type is used to handle text files present on disk.
Report based on an SQL query with data accessed via a connection (ODBC, etc.)
A report based on an SQL query with data accessed via a connection can print records from a database accessible via a specific ODBC driver or via a Native Connector......
UndockablePane (Property)
The UnlockablePane property is used to: Determine if the end user can move the panes of a Ribbon or Dynamic Tab control outside the window. Allow or prevent the end user from moving the panes of a Ribbon or Dynamic Tab control outside the window....
LooperAddInProgress (Function)
Modifies or returns the visibility status of internal wait window when adding additional elements into an infinite Looper control.
MemPrevious (Function)
Positions on the element found before the current element of a memory zone and returns the value of this element.
TreeExpand (Function)
Expands a node in a TreeView control.
Android Widget windows
An Android application can contain one or more Widget windows......
iParameterXLS (Function)
Defines the options for the XLS file generated during the print.
AppChangeParameter (Function)
Changes an information in the mechanism for automatic application update.
PageCloseDialog (Function)
Closes the current page. This page was opened by PageDisplayDialog. A return value can be returned to the calling page.
HDFS functions
The following functions are used to manage files on a HDFS system......
fWrite (Example)
Usage example of the fWrite function