ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Specific features of iPhone/iPad applications
Developing an application for iPhone/iPad
The development of an iPhone/iPad application is performed in 2 steps:
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...
Generating an iOS application
Several steps must be performed to develop an iPhone/iPad application:
fListResource (Function)
Lists the resources integrated to the application.
Non-maximized windows in iOS
A non-maximized window can occupy a section of the screen only...
Signature of iOS applications
Signing an application is mandatory from Xcode 8...
Speech synthesis in the mobile applications
The phones can talk!...
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...
Action Bar of a window
Action Bars replace the title bar of a window and display different types of information...
fExtractResource (Function)
Extracts a resource from the application into a physical device location.
Email (Type of variable)
The Email type is used to handle the email content as well as the associated information.
Title (Property)
The Title property is used to get and change the title of an element.
CoordinateEditorToScreen (Function)
Converts a size or a position specified in the reference dpi in the editor (160 dpi) to the native...
btleDevice (Type of variable)
The btleDevice type allows you to handle a device that uses the Bluetooth Low Energy technology.
dPolyline (Function)
Draws a line composed of multiple segments.
Data persistence
The data persistence is used to store the value typed by the user......
Memory (Property)
The Memory property determines if the specified control is populated programmatically or is based...
AutoBrowse (Property)
The AutoBrowse property is used determine if the browse operation performed in a List Box, Looper,...
Insert (Function)
Inserts an element at a given position: into a one-dimensional WLanguage array....
Handling a Calendar control by programming
WINDEV, WEBDEV and WINDEV Mobile allow you to handle a Calendar control through programming......
geoPosition (Type of variable)
The geoPosition type is used to handle geographic positions via WLanguage geolocation functions.
Null (Reserved word)
The Null keyword can be used according to different methods in WLanguage......
Day (Property)
The Day property is used to: Get the day from a Date or DateTime variable, or get the number...
ArrayInsert (Function)
Inserts an element at a given position: into a one-dimensional array. into an associative...
Aliases on data files: HAlias
The aliases are used to handle......
Local procedure
Two types of procedures are available......
HReadSeekFirst (Function)
Sets the position on the first record whose value for a specific item is strictly equal to a sought...
NumToString (Function)
Converts a numeric value (integer, real or currency) to a string according to a specified format.
Language (Property)
The Language property is used to set the language used to compare and sort Unicode items (Unicode...
Dashboard control: Automatic Application Features (AAF)
The Dashboard control proposes several Automatic Application Features (AAF) allowing the user...
Looper: moves and gestures
In a mobile application, several options can be handled with the fingers, by performing specific...
HFilter (Function)
Defines and enables a filter on a data file, view or query.
HSynchronizeReplica (Function)
Synchronizes the master replica and the subscriber replica: the operations performed on one...
iParameter (Function)
Retrieves the printer configuration and configures the print.
BeaconDetectPrecise (Function)
Used to find the Beacons near the device.