ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

1. HFSQL Client/Server: Implementation
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 1 - HFSQL Client/Server: Implementation - 10 min...
NotifPushEnable (Function)
Enables the management of push notifications in a WINDEV Mobile application (Android or iOS).
Managing main window menus
A main menu is necessarily associated with a window......
SOAPRun (Function)
Runs a procedure on a SOAP server.
Available features and specific features of Java
WINDEV allows you to generate a Java application without even knowing the Java language......
SAPExecute (Function)
Calls a synchronous function or BAPI on a SAP system.
TableInsertChild (Function)
Inserts a row into a TreeView Table control, in a given hierarchy level.
ArraySwapLine (Function)
Used to swap two rows in a two-dimensional array or in an advanced array property.
TableGiveChild (Function)
Returns the "children" of an element (lower level) in a TreeView Table control.
NbDescribedThumbnail (Property)
The NbDescribedThumbnail property is used to get the number of thumbnails expected for an item.
XMLExtractString (Function)
Extracts the content of a tag found in an XML document.
Constants for managing XML documents
List of constants used by the functions for managing XML documents....
GPSStopDetection (Function)
Stops the location detection triggered by GPSDetectPosition.
ToastDeleteAll (Function)
Deletes all the toasts displayed by ToastDisplay.
zipDeleteAll (Example)
Usage example of the zipDeleteAll function
zipNbPart (Example)
Usage example of the zipNbPart function
HTTPCookieGet (Function)
Retrieves the cookies read by a call: to HTTPRequest for an HTTP domain. to HTTPSend for an HTTP domain....
StringDelete (Function)
Deletes: all the occurrences of a substring within a string. part of a string within another string. The part of the string to remove is identified by its position and length....
Bearing (Property)
The Bearing property gets or sets the bearing of the map displayed in a Map control.
NbCopy (Property)
The NbCopy property is used to determine and change the number of report copies to print.
RTFToText (Function)
Returns the text without the formatting characteristics specific to the RTF format.
Optional connection information
When defining the connections in the data model editor or when defining the connections through programming, you have the ability to specifier the optional connection information......
Grayed (Property)
The Grayed property is used to: Determine if a control (or a group of controls) is grayed out. Gray out or ungray a control, a group of controls or a window....
MyParent (Reserved word)
MyParent is used to handle...
SOAPRunXML (Example)
Usage example of the SOAPRunXML function