ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SOAPRunXML (Function)
Runs a procedure on a SOAP server.
HClient structure
The HClient structure is used to......
Android 11: Changes in the behavior of applications
After each new version of Android is deployed, Google requires a higher target API level ("TargetSdkVersion") to publish applications on Google Play...
EndProgram (Function)
Ends the execution of the current program.
WDInst: Customizing the setup program
The setup editor WDInst proposes a standard setup program......
LooperAdd (Function)
Adds a row at the end of a Looper control.
iPrint (Function)
Sends the character string passed as parameter to the print buffer.
EmailSendMessage (Function)
Sends an email using a given protocol (SMTP, MS Exchange, Lotus Notes, Outlook).
ProfilerEnd (Function)
Stops "collecting data" for the performance profiler.
Constants for the archiving functions
List of constants used by the archiving functions....
iImageWidth (Function)
Calculates the width of the image to print (in millimeters).
FTPDate (Example)
Usage example of the FTPDate function
HReconnect (Function)
Performs a reconnection to the server for all the interrupted connections. The uninterrupted connections are not modified.
HSaveParameter (Function)
Saves a persistent value on the HFSQL server.
ArrayInfo (Function)
Returns the characteristics of an array: type of elements, number of dimensions, dimensions, etc.
NotifAdd (Function)
Adds a notification into the system bar of device (Android) or into the notification center (iOS).
AlbumSave (Function)
Saves an image, a photo or a video in the photo album of the mobile device.
docTableOfContents (Type of variable)
The docTableOfContents type is used to define all the options to generate a table of contents in a Word Processing document.
EmailReadNext (Function)
Reads the incoming email found after the current email according to the protocol (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
ListDelete (Function)
Deletes an element from a List Box, ListView or Combo Box control populated programmatically.
TelemetryDisable (Function)
Disables the telemetry. The telemetry data is not sent to the server anymore.
SQLGetCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
zipMerge (Function)
Merges the different sub-archives found in a multi-part archive to create a single-part archive.
dbgStandardOutput (Function)
Writes an information into the standard output stream "stdout" (also called "console").
HAlias (Example)
Usage example of the HAlias function