ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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...
Developing an application for iPhone/iPad
The development of an iPhone/iPad application is performed in 2 steps:
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.
iOSExcludeFileFromiCloud (Function)
Excludes a file from iCloud backup.
fListResource (Function)
Lists the resources integrated to the application.
Signature of iOS applications
Signing an application is mandatory from Xcode 8...
Managing contacts (mobile devices)
In your mobile applications, you can directly manage the contacts on your mobile device (Android, iPhone, iPad, etc.).
Action Bar of a window
Action Bars replace the title bar of a window and display different types of information...
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...
Developing sites for specific platforms
Websites can be displayed on many devices (Android, iPhone, 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.
Synchronizing threads via events
Events can be used to synchronize the different threads of an application......
Animating an image
WINDEV, WINDEV Mobile and WEBDEV allow you to handle several types of animated images......
Filters in Table controls based on a data file
WINDEV, WEBDEV and WINDEV Mobile include multiple methods to filter the records displayed...
zipAddDirectory (Function)
Adds all the files found in a directory and in its subdirectories into an archive and compresses them.
HRead (Function)
Reads a record in a file according to a given record number.
ExecuteProcess (Function)
Starts the execution of a process programmatically, i.e. without the user having to perform...
HDeclareExternal (Function)
Temporarily imports into the current database schema the description of a table from an existing...
TableExpand (Function)
Expands: a branch that was previously collapsed in a TreeView Table control. a branch...
Count (Property)
The Count property returns the number of elements in a given set.
SocketConnect (Function)
Connects a client computer to a given socket.
The Table control
The Table allows users to easily view and enter data stored in memory or from a table, view...
Reading bar codes
WINDEV, WEBDEV and WINDEV Mobile allow you to create applications for reading bar codes......
The HTML Display control
The HTML Display control displays a web page in an application......
MapGetImage (Function)
Retrieves the image of a map displayed in a Map control. The markers and the itineraries displayed...
Valid (Property)
The Valid property is used to determine if an element is valid.
<Image>.Rotation (Function)
Rotates an Image control.
<Image>.DrawCircle (Function)
Draws a circle or an ellipse in an Image control.
Appointment (Type of variable)
The Appointment type is used to define the advanced characteristics of an appointment: time,...
The Check Box control
A Check Box can correspond to......