ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Specific features of iPhone/iPad applications
Developing an application for iPhone/iPad
The development of an iPhone/iPad application is performed in 2 steps:
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...
Generating an iOS application
Several steps must be performed to develop an iPhone/iPad application:
fListResource (Function)
Lists the resources integrated to the application.
Non-maximized windows in iOS
A non-maximized window can occupy a section of the screen only...
Signature of iOS applications
Signing an application is mandatory from Xcode 8...
Speech synthesis in the mobile applications
The phones can talk!...
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...
Action Bar of a window
Action Bars replace the title bar of a window and display different types of information...
fExtractResource (Function)
Extracts a resource from the application into a physical device location.
ResourceHeight (Property)
The ResourceHeight property is used to get and change the height of resources in a Scheduler...
MapInfoXY (Function)
Returns the geographical position (latitude and longitude) corresponding to a point in a Map...
DescribedName (Property)
The DescribedName property is used to handle the logical name of HFSQL data files (ignoring...
Length (Function)
Returns: the length of a string, i.e., the number of characters in the string (including spaces...
IntegerToDay (Function)
Returns the day of the week that corresponds to the specified date (this date is an integer).
NotifAdd (Function)
Adds a notification into the system bar of device (Android) or into the notification center (iOS).
iPageHeight (Function)
Calculates the height of printable page (in millimeters) while taking the top or bottom margins...
iImageHeight (Function)
Calculates the height of the image to print (in millimeters).
iImageWidth (Function)
Calculates the width of the image to print (in millimeters).
iPageWidth (Function)
Calculates the width (in millimeters) of the printable page while taking the left or right margins...
Wi-Fi functions
Functions for Wi-Fi management...
ContactListSource (Function)
Lists the sources (or accounts) of the contacts saved on the device.
SchedulerPositionResource (Function)
Displays a given resource in a Scheduler control or returns the position of first visible resource...
OrganizerToiCalendar (Function)
Exports the appointments found in an Organizer control in iCalendar format.
<Map>.DisplayPosition (Function)
Centers the map displayed in a Map control on a geographical position or on a specific location.
Assisted input management functions
The following functions are used to program assisted input in edit controls...
EmailReset (Function)
Resets all the variables of the email structure or all the variables of an Email variable.
ReturnedValue (Property)
The ReturnedValue property is used to: Get and change the value returned by a window, page...
EmailLoadAttachment (Function)
Adds an attached file to an email.
MaskPhoneNumber (Function)
Retrieves the phone number input mask adapted to a given country.
MaskZipCode (Function)
Retrieves the zip code input mask adapted to a given country.
WindowCount (Function)
Calculates the number of windows currently opened in the current application.
Image (Property)
The Image property gets and sets the background image of a control or block.
The Multimedia control
The Multimedia control is used to play multimedia files......
HTTPCookieManage (Function)
Enables or disables the management of cookies in an HTTP request run: by HTTPRequest....