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.
TableInputSearch (Function)
Enables input in the search area in the column title of the Table or Treeview Table control.
NullSupported (Property)
The NullSupported property is used to manage the NULL value in HFSQL tables.
CameraRunApp (Function)
Starts the device's native camera application to record a video or to take a photo....
TableEnableFilter (Function)
Implements a user filter on a column found in a Table or TreeView Table control.
ImageMode (Property)
The ImageMode property is used to get and change the display mode of an image in an Image control,...
Note (Property)
The Note property is used to: Find out the notes associated with a control, a window, a page...
EnumControl (Function)
Returns the name of Nth control found in the specified element.
DateToString (Function)
Converts: a date to a string in the specified format. a date time to a string...
SaveParameter (Function)
Saves a persistent value in the registry or in another file specified by InitParameter.
HPrevious (Function)
Positions on the previous file record according to a browse item.
The Slider control (in a window)
A slider control is used to select a value between two bounds......
zipCreate (Function)
Creates an archive.
Kanban control properties
In a window or page, you can use WLanguage properties to handle......
Bar Code control properties
Bar Code controls can be manipulated using different WLanguage properties......
The Radio Button control
The Radio Button control is a control allowing the user to select an option among several ones......
zipAddDirectory (Function)
Adds all the files found in a directory and in its subdirectories into an archive and compresses them.
Manipulating Bar Code controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically manipulate Bar Code controls......
XInitial (Property)
The XInitial property is used to: Get the X-coordinate: of a control (position...
iPrintReport (Function)
Prints a report created with the report editor.