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.
Report data source
...The reports can be created with the data coming from:...
SQLFetch (Function)
Goes to the next row (i.e next record) of the query result.
grAxisTitle (Function)
Defines the title of X-axis and the title of Y-axis in a chart.
CameraCapture (Function)
Captures the images received from the camera: as an image: take a photo. as a video: record...
dbgEnableAudit (Function)
Enables the dynamic audit programmatically.
sfObject (Variable type)
The sfObject type is used to describe a record of a SalesForce file...
grCategoryLabel (Function)
Initializes the label of a data category (or section) in a chart.
Date (Property)
The Date property is used to: Retrieve the date from a DateTime variable. Modify the date...
fRename (Function)
Modifies the name of a file.
iInitReportQueryConnection (Function)
Initializes the query linked to the report.
TableAddLine (Function)
Adds a row in: a Table control, a TreeView Table control....
SQLColumnFormat (Function)
Returns the different types of columns supported: by the data source identified by SQLConnect...
grLabelFont (Function)
Modifies the font used for the category labels of a chart.
AppOpenForm (Function)
Working: an application listing on the Android (Play Store) or iOS (App Store) market,...
StoredItem (Property)
The StoredItem property is used to: Find out the stored item or the stored variable of a Table,...
HReadLast (Function)
Sets the position on the last record of a data file according to a browse item.
Sending and receiving emails
WINDEV, WEBDEV and WINDEV Mobile allow you to directly manage the emails from your applications......
Close (Function)
Closes a WINDEV window (and returns a value if necessary).
TableModify (Function)
Modifies a row in: a Table control, a TreeView Table control, tables displayed in a Combo...
WINDEV Mobile 2024: New WLanguage features
In version 27, new functions, properties and data types have been introduced...
Version (Property)
The Version property is used to get and change the version of an element.
Icon
The "Icon" keyword corresponds to the Icon type, or to the Icon property.
Path (Property)
The Path property gets and sets a path.
HCreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file...