ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Developing applications for iPhone/iPad
To develop a WINDEV Mobile application for iPhone/iPad, you need:
Specific features of iPhone/iPad applications
To simplify the reading in the controls used to view large volumes of data, the end user has the ability to zoom the data found in the control...
Using Objective-C code
You can use Objective-C code in iPhone/iPad applications generated with WINDEV Mobile.
iOSExcludeFileFromiCloud (Function)
Excludes a file from iCloud backup.
IniOSEmulatorMode (Function)
Indicates whether the code is run in the iOS emulator (iPhone, iPad).
Developing sites for specific platforms
Websites can be displayed on many devices (Android, iPhone, etc.)...
<Table>.MoveLine (Function)
Moves a row or swaps two rows in a Table control.
<Thread variable>.Wait (Function)
Waits for the end of the execution of the specified thread.
<httpRequest variable>.Send (Function)
Sends an HTTP request and waits for the response from the HTTP server.
<Image>.DrawPoint (Function)
Draws a point in an Image control.
<Image variable>.DrawPoint (Function)
Draws a point in an Image variable.
<Thread>.SendSignal (Function)
The current thread sends a signal to the specified thread in order to unlock it.
httpRequest
The HTTPRequest keyword can correspond to...
Query
The keyword "Query" is used to describe:
<Looper>.InsertLine (Function)
Inserts a row into a Looper control.
ReplicSynchronize (Function)
Synchronizes the data corresponding to a replication.
HDescribeFullTextIndex (Function)
Describes a full-text index of data file created through programming.
gglPath (Type of variable)
The gglPath type is used to define the characteristics of the route to drawn on a map...
sfConnection (Type of variable)
The sfConnection type is used to describe a connection to the Salesforce platform and to manage...
StringToArray (Function)
Fills a one- or two-dimensional array of the specified type with the character string passed...
HInfoBackup (Function)
Returns information about one or more backups performed on an HFSQL Client/Server server....
SysScreenOrientation (Function)
Allows you to: get the screen orientation of the device (Android, iOS or Universal Windows...
HFreeQuery (Function)
Free the resources of a query (after the call to HExecuteQuery or HExecuteSQLQuery).
xmlNamespace (Type of variable)
The xmlNamespace type is used to handle the XML namespace of a node attribute in an XML document.
SpeechSynthesisInitialize (Function)
Initializes the parameters of speech synthesis for the current application.
InWindowsMobileMode (Function)
Indicates whether the code is run: from a Windows Mobile application. from a WINDEV...
Constants used for managing the multi-touch
Constants for managing the multi-touch...
inAppPurchaseProduct (Function)
Sends a request for purchasing an "In-App" product associated with the application.
dbgCheckFalse (Function)
Checks whether an expression is false in assertive programming and in automated test mode.
MapAddMarker (Function)
Adds a new marker onto a map displayed in a Map control.
Sum (Function)
Calculates the sum of the array elements.