ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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...
Developing applications for iPhone/iPad
To develop a WINDEV Mobile application for iPhone/iPad, you need:
Window with arrow (iPad)
The principle of windows with arrow is straightforward...
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.)...
XMLExtractString (Function)
Extracts the content of a tag found in an XML document.
XMLElementName (Function)
Returns the name of current element (tag or attribute).
XMLElementType (Function)
Returns the type of current element (tag or attribute).
HErrorInfo (Function)
Returns a detailed information about the last error triggered by the HFSQL engine.
WordToArray (Function)
Fills an array with the words from a string.
Handling an Action Bar through programming
An Action Bar can be handled through programming. To do so, use the variable corresponding...
GPSGetPosition (Function)
Retrieves information about the current device position.
NotifPushEnable (Function)
Enables the management of push notifications in a WINDEV Mobile application (Android or iOS).
InitialValue (Property)
The InitialValue property is used to get the initial value of a control in a window or page.
The single-part and multi-part archives
Two types of archives are available......
zipInfoFile (Function)
Returns the characteristics of a file found an archive: The name of the file and its stored...
Confirm (Function)
Displays a message in a standard dialog box that proposes "Yes", "No", "Cancel" and returns...
gFontBold (Function)
Builds a sequence of characters used to specify whether the text that follows the call...
WebAddress (Type of variable)
The WebAddress type is used to define the advanced characteristics of a site address as well...
Handling PDF Reader controls programmatically
A PDF Reader control can be handled through programming......
FilePath (Property)
The FilePath property gets: the name of the xlsx file associated with a Spreadsheet control....
TableDeleteAll (Function)
Deletes all rows from: a Table control populated programmatically, a TreeView Table control...
TableSelectMinus (Function)
Deselects a row from a Table or TreeView Table control.
TableColumnIndex (Function)
Returns the index of a column in a Table or Treeview Table control.
Multitask (Function)
MultiTask is used to: define a timeout, give control back to Windows, give control back...
HExtractMemo (Function)
Extracts the content of a binary memo item from an HFSQL file, a query or an HFSQL view...
zipIsMulti (Function)
Returns the type of archive: single-part archive or multi-part archive.
SocketCreateUDP (Function)
Creates a socket that uses the UDP protocol.
fDateTime (Function)
Returns or modifies the different dates and times associated with a file or directory (date...
dbgStandardOutput (Function)
Writes an information into the standard output stream "stdout" (also called "console").