ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

AppointmentToiCalendar (Function)
Exports an appointment or a list of appointments in iCalendar format.
3. UML models in practice
GglAnalyticsAddTiming (Function)
Adds a duration beside Google Analytics.
GPSDetectPosition (Function)
Asks to be notified when the device gets close to a given location.
CommonLength (Function)
Returns the number of common characters between two strings (from the beginning or from the end of the string).
XMLOpen (Function)
Loads an XML document from a file, a URL or a string into an xmlDocument variable.
1. Installing an application on Android, iOS, etc.
There are multiple methods to install a WINDEV Mobile application...
ProfilerStart (Function)
Starts "collecting information" for the performance profiler.
XMLNamespace (Function)
Returns the prefix of the namespace associated with the current tag in an XML document.
ActionDeclareUndo (Function)
Declares how to cancel an action that was added by ActionDo. This function MUST be called when running the procedure supplied to ActionDo.
GetCountryName (Function)
Returns the name of a country that corresponds to its ISO code according to the ISO 3166-1 standard.
GglAnalyticsAddSocialNetworkAction (Function)
Adds a social network action beside Google Analytics.
ScanToPDF (Function)
Saves a document from a scanner to a PDF file.
fResourceDir (Function)
Returns the path of the read-only resources of the application.
BreakDelete (Function)
Deletes a break from a Table control or from a Looper control.
Binding a Check Box control to an item
XMLAddChild (Function)
Adds a child tag into an XML document.
WinSlidingVisible (Function)
Displays or hides a sliding window (sliding menu).
Clone (Function)
Constructs a copy of a class instance: An object of the actual class of the class instance is allocated. The members of the class instance are copied to the members of the new object....
SQLReqExists (Function)
Checks the existence of a query.
XMLNamespaceURI (Function)
Returns the URI of the namespace associated with the current tag in an XML document.
tapiDialerDisplay (Function)
Opens the default telephony application (dialer) and displays the specified number. No call is made.
BTLEGetAllCharacteristics (Function)
Retrieves all the characteristics (with the same identifier) associated with a BLE service.
BreakDeleteAll (Function)
Deletes all breaks from a Table control or from a Looper control.
ScrollBarShow (Function)
Displays (or not) a scrollbar in a WINDEV control (edit control or list box) even if no scrollbar was specified during the control description.