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.
<Image variable>.SavePNG (Function)
Saves an image found in an Image variable: in a PNG file. in memory....
<Image variable>.SaveJPEG (Function)
Saves an image found in an Image variable: in a JPEG file. in memory....
Issuer (Property)
The Issuer property allows you to know and modify the issuer of a Certificate...
DatePicker (Function)
Opens the system date picker.
2. First tests
WINDEV Mobile Tutorial: My first Android/iOS application Lesson 2 - First tests - 1 hr...
<Image>.SaveBMP (Function)
Saves an image: in a file in BMP format. in memory....
BitPerPixel (Property)
The BitPerPixel property is used to get and change the number of bits per pixel in an image.
<Image>.SavePNG (Function)
Saves an image: in a PNG file. in memory....
<Image>.SaveJPEG (Function)
Saves an image: in a JPEG file. in memory....
PrivateKey (Property)
The PrivateKey property manages connections that use private keys (SSH or MQTT connections).
Events associated with an Organizer control
The following events are associated with Organizer controls:...
Image control in a window
This help page presents the characteristics of an Image control found in a window...
The PDF Reader control
The "PDF Reader" control is an advanced control that allows end users to view PDF documents...
SQLExec (Function)
Names and runs an SQL query.
The Bar Code control
The Bar Code control displays bar codes in your windows, pages or reports......
FBRequest (Function)
Performs a communication request (HTTP request) to the Facebook Graph API.
Index (Property)
The Index property is used to get the index of an element.
<String type>.ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator....
iPrintZone (Example)
Usage example of the iPrintZone function
VariableReset (Function)
Resets the variable to its initial value.
HConnectionQuality (Function)
Returns the quality level of connection: the higher the level is, the faster the connection will be.
Dequeue (Function)
Removes an element from the queue.
sfSessionInfo (Type of variable)
The sfSessionInfo type is used to get information about the current session...
sfObject (Type of variable)
The sfObject type is used to describe a record of a SalesForce file...
Creating an RSS reader
WINDEV, WEBDEV and WINDEV Mobile allow you to produce and/or consume an RSS feed (Rapid Simple...