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.
ListSelectPlus (Function)
Selects one or more elements in a List Box, ListView or Combo Box control.
FTPSize (Function)
Returns the size (in bytes) of a file found on an FTP server (File Transfer Protocol).
ArrayDeleteAll (Function)
Deletes all elements: from a one-dimensional or two-dimensional WLanguage array....
Nested reports
The nested reports are used to print several reports (secondary reports) in a single report (main...
WINDEV Mobile and SMS messages
WINDEV Mobile allows you to easily send and read SMS messages with the SMS functions...
grDestinationBMP (Function)
Defines a BitMap file as destination of a chart (BMP means BitMap).
WithSpace (Function)
Adds or deletes the spaces found on the right of a text item when reading it.
EmailStartPOP3Session (Function)
Starts a session for receiving and reading emails with the POP3 protocol.
FileToMemory (Function)
Automatically initializes the values of the members found in a class or in a structure...
EmailCloseSession (Function)
Closes an email management session depending on the selected mode (SMTP/POP3, IMAP, MS Exchange...
AuthToken (Type of variable)
The AuthToken type contains the characteristics of a token to access a web service.
fWrite (Function)
Writes: a character string to an external file. a memory section....
AddLine (Function)
Adds a row at the end: of a one- or two-dimensional WLanguage array. of a two-dimensional...
rssEnclosure (Variable type)
The rssEnclosure type is used to define and handle an attachment to a RSS feed entry...
Manipulating menu options programmatically
Menu options can be manipulated......
Sound (Function)
Plays a sound in WAV format.
fTime (Function)
Returns or modifies the different times associated with a file or directory (date created, modified...
xlsOpen (Function)
Opens an Excel file (xls or xlsx files).
dbgSaveDebugDump (Function)
Saves a dump file of the application.
FinPeriodInterest (Function)
Calculates for a given period the amount of interests due for a loan paid off by fixed periodic...
grStockAddData (Function)
Adds data into a stock chart (candlestick, barcharts or minmax).
Alias (Property)
The Alias property is used to: get or change the alias of a window (WINDEV and WINDEV Mobile)....
EventChange (Function)
Modifies the status of an event.
ThreadWaitSignal (Function)
Locks the current thread until it receives a signal from another thread.