ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

tapiDialerCall (Function)
Opens the default Phone application and dials the specified number.
AppointmentDisplay (Function)
Displays an appointment in the native application for managing appointments found on the mobile device (Android or iOS).
CameraVideoStart (Function)
Starts recording a video via a Camera control in an Android or iOS application.
CameraVideoStop (Function)
Stops the video recording previously started by CameraVideoStart.
InMacCatalystMode (Function)
Indicates whether the application is running in Mac Catalyst mode (running an iPad application on a Mac).
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.).
IniOSMode (Function)
Indicates whether the code currently run is in iOS mode (iPhone, iPad).
SysIOSVersion (Function)
Returns information about the iOS version used by the application.
Action Bar of a window
Action Bars replace the title bar of a window and display different types of information...
<Camera>.VideoStop (Function)
Stops the video recording previously started by CameraVideoStart.
Camera control in a mobile application
The Camera control is used to...
<Camera>.VideoStart (Function)
Starts recording a video via a Camera control in an Android or iOS application.
iOSExcludeFileFromiCloud (Function)
Excludes a file from iCloud backup.
AppleTrackingAuthorizationStatus (Function)
Determines if the app has been allowed to track activity based on user data (iOS only).
Developing applications for iPhone/iPad
To develop a WINDEV Mobile application for iPhone/iPad, you need:
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.
App Tracking Transparency - Activity tracking
App Tracking Transparency enables users to authorize an iOS app to track their activity on third-party mobile apps and websites for advertising or data sharing purposes...
SpeechRecognitionDeleteCommand (Function)
Deletes a voice command previously added with SpeechRecognitionAddCommand.
KeyType (Property)
The KeyType property is used to set the characteristics of a key item.
The charts
To include charts in your applications or in your sites, WINDEV, WEBDEV and WINDEV Mobile...
DefaultValue (Property)
The DefaultValue property is used to: Find out the default value of an item. This item...
Border (Property)
The Border property is used to get and change the characteristics of the borders: for a report...
FTPProxy (Function)
Specifies whether the communication functions that use the FTP protocol must go through a proxy...
SortType (Property)
The SortType property is used to: Find out the sort direction defined for an item...
Printing a report (iPhone/iPad, Android or Universal Windows App)
When creating a report, the test of this report can be run from the report editor......
HTrack (Function)
Starts tracking write actions (addition, modification or deletion) performed on a file found...
DateToString (Function)
Converts: a date to a string in the specified format. a date time to a string...
The Slider control (in a window)
A slider control is used to select a value between two bounds......
HashCheckString (Function)
Checks the Hash of a character string for a specific type of algorithm.
Transforming a WINDEV project into Mobile: a detailed audit
Transforming WINDEV applications into Mobile is very easy......
zipAddFile (Function)
Adds a file (of any type) into an archive in CAB, ZIP, WDZ and 7z, TAR or TGZ (TAR.GZ) format...
Discover WINDEV Mobile
WINDEV Mobile tutorial: WINDEV Mobile overview Discover WINDEV Mobile - 10 min
WINDEV Mobile 2024: New WLanguage features
In version 27, new functions, properties and data types have been introduced...
ElementWidth (Property)
The ElementWidth property is used to: Find out or modify the width of the elements...
ElementHeight (Property)
The ElementHeight property is used to: Find out or modify the height of the elements...
TimestampUTC (Property)
The TimestampUTC property is used to: Find out whether a timestamp item will use UTC time...
PersistedCalculatedItem (Property)
The PersistedCalculatedItem property is used to: Find out whether the value of a calculated...
Min (Function)
Returns the lowest value.
Before (Property)
The Before property replaces or inserts a procedure before the other procedures in: a Procedure...
After (Property)
The After property replaces or inserts a procedure after the other procedures in: a Procedure...
RESTSend (Function)
Sends a REST request and waits for the server response.
GPSEnd (Function)
Indicates the end of the use of geolocation functions.