ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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 an application for iPhone/iPad
The development of an iPhone/iPad application is performed in 2 steps:
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...
IniOSEmulatorMode (Function)
Indicates whether the code is run in the iOS emulator (iPhone, iPad).
fExtractResource (Function)
Extracts a resource from the application into a physical device location.
Signature of iOS applications
Signing an application is mandatory from Xcode 8...
Action Bar of a window
Action Bars replace the title bar of a window and display different types of information...
fListResource (Function)
Lists the resources integrated to the application.
iOSExcludeFileFromiCloud (Function)
Excludes a file from iCloud backup.
Developing sites for specific platforms
Websites can be displayed on many devices (Android, iPhone, etc.)...
Generating an iOS application
Several steps must be performed to develop an iPhone/iPad application:
Compiling a WINDEV Mobile project in Xcode
When the WINDEV Mobile project for iPhone/iPad is generated on the development computer, the generated files must be transferred onto a Mac in order to be compiled...
Non-maximized windows in iOS
A non-maximized window can occupy a section of the screen only...
Managing contacts (mobile devices)
In your mobile applications, you can directly manage the contacts on your mobile device (Android, iPhone, iPad, etc.).
MacOS - Developing an application in Catalyst mode
Apple has recently released an SDK to natively compile iOS applications for MacOS...
Speech synthesis in the mobile applications
The phones can talk!...
Using Objective-C code
You can use Objective-C code in iPhone/iPad applications generated with WINDEV Mobile.
XMLResult (Function)
Returns the result of a calculation XPath query.
XMLClose (Function)
Closes an XML document created by XMLDocument.
Runtime error management functions
List of functions for managing runtime errors...
Date and Time management functions
List of functions for managing dates and times...
SemaphoreDestroy (Function)
Explicitly destroys a semaphore.
HRecNum (Function)
Returns: the number of the current record in the HFSQL table. the number of the current...
XMLElementName (Function)
Returns the name of current element (tag or attribute).
ParentObject (Function)
Identifies the "parent" of a graphic object: field, column, window, page, etc.
UUDecode (Function)
Decodes a character string in UUEncode format.
HChangeKey (Function)
Changes the browse item.
MultimediaPause (Function)
Pauses a media file played in a Multimedia control.
NbDescribedThumbnail (Property)
The NbDescribedThumbnail property is used to get the number of thumbnails expected for an item.
MemModify (Function)
Modifies an element in a memory area.
HStatNbRec (Function)
Returns the number of entries for a given key item.
GUIDAnalysis (Property)
The GUIDDatabase schema property returns the GUID of the database schema that was used to create...
XMLElementType (Function)
Returns the type of current element (tag or attribute).
SchedulerMode (Function)
Returns the display mode of a Scheduler control: day, week, month, ...
StatError (Function)
Returns the error number for the last error caused by a Statxxx function (statistical functions).
SchedulerDisplayPreviousPeriod (Function)
Moves the time area displayed on the previous area (previous weeks for example) in a Scheduler...
OpenAPIToHTTP (Function)
Builds the HTTP request to call a function of an API. It can then be sent using HTTPSend.
LabelHeight (Property)
The LabelHeight property is used to: Find out the height of labels in a Label report. Modify...
TableGiveParent (Function)
Returns the "parent" of an element (next level up) in a TreeView Table control.
WINDEVVersion (Function)
Returns the version number of the wdxxxvm DLL.
DecimalPart (Property)
The DecimalPart property is used to configure Numeric items.
HTTPAddParameter (Function)
Adds a parameter to an HTTP form.