ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Window with arrow (iPad)
The principle of windows with arrow is straightforward...
Developing applications for iPhone/iPad
To develop a WINDEV Mobile application for iPhone/iPad, you need:
Specific features of iPhone/iPad applications
Developing an application for iPhone/iPad
The development of an iPhone/iPad application is performed in 2 steps:
IniOSEmulatorMode (Function)
Indicates whether the code is run in the iOS emulator (iPhone, iPad).
Non-maximized windows in iOS
A non-maximized window can occupy a section of the screen only...
Action Bar of a window
Action Bars replace the title bar of a window and display different types of information...
Developing sites for specific platforms
Websites can be displayed on many devices (Android, iPhone, etc.)...
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...
Using Objective-C code
You can use Objective-C code in iPhone/iPad applications generated with WINDEV Mobile.
Generating an iOS application
Several steps must be performed to develop an iPhone/iPad application:
iOSExcludeFileFromiCloud (Function)
Excludes a file from iCloud backup.
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!...
fListResource (Function)
Lists the resources integrated to the application.
fExtractResource (Function)
Extracts a resource from the application into a physical device location.
Managing contacts (mobile devices)
In your mobile applications, you can directly manage the contacts on your mobile device (Android, iPhone, iPad, etc.).
Signature of iOS applications
Signing an application is mandatory from Xcode 8...
Button control properties
Button controls in a window or page can be manipulated using different WLanguage properties......
Push notification
A mobile device can receive push notifications......
TreeView Table control properties
List of properties associated with the TreeView Table control...
Item Description (Type of variable)
An Item Description variable is used to describe one or more items in a data file programmatically.
Structure (Type of variable)
A structure is a custom type of data...
Nation (Function)
Defines or identifies the display language (captions, messages, ...) used for the windows, pages,...
Crosstab report
The report editor allows you to create "Crosstab" reports......
Writing an email
Writing an email in WLanguage consists in filling the email structure of WLanguage......
Filtering a data file, a view or a query
A filter is used to define by programming a selection of records corresponding to one...
Configuring the titles of columns (Table control)
The title of table columns is an important element of Table control......
List of extension attributes
The list of extension attributes ......
Using Facebook authentication
Facebook is the world's most popular social network. It is commonly used by companies to reach...
Comparison operators
The comparison operators can be divided into several categories......
Report controls
Several types of controls can be handled in a report created by the report editor......
RequestRefreshUIElement (Function)
Requests the execution of the "Request for refreshing the display" event of the specified element...
Accessibilité (Property)
Image control properties
The Image controls include properties that can be handled in WLanguage both in the windows...
List Box control properties
You can manipulate List Box controls in a window or page using the following WLanguage...
Organizer control properties
Several WLanguage properties can be used on an Organizer control found in a window......
H.LanguageCreationUnicode (Variable)
Allows you to define the characteristics of the sort for the Unicode items found in a data file.
Using objects
To access a class, the object must be declared as being part of the class to handle, this is called...
Buffer (Type de variable)
The buffer type corresponds to a binary memory area....
Report editor: Available types of reports
Several types of reports can be created in the report editor......
EmailStartSession (Function)
Starts an email management session based on the selected management mode (POP3, SMTP, IMAP or MS...
OpenMobileWindow (Function)
Opens a window in a mobile application.