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...
AccessibilityScreenReaderEnabled( Function)
Finds out whether the screen reader is Active.
HourglassNetwork (Function)
Displays or hides an endless gauge in the title bar of Android application windows .
CameraRunApp (Function)
Starts the device's native camera application to record a video or to take a photo....
Name (Property)
The Name property is used to get: the name of the font associated with a Font variable....
HTransactionInProgress (Function)
Used to find out whether a transaction is in progress.
FBStartSession (Function)
Used to authenticate and log in to Faceboook.
HTMLEditorGetSelection (Function)
Asynchronously retrieves the current selection from an HTML Editor control.
BankHolidayAdd (Function)
Indicates that a day (or a list of days) is a public holiday.
Num1stDayOfTheWeek (Property)
The Num1stDayOfTheWeek property gets and sets the 1st day of the week displayed in: a Calendar...
Constants for managing Windows events
The following constants are used to manage Windows events:...
Replace (Function)
Replaces all occurrences of a specified substring in a string with another specified substring.
Ping (Function)
Checks whether a network address can be reached by using the ICMP protocol (similar to the PING...
Brochure of new features: new features of WINDEV Mobile
New features in WINDEV Mobile 28 presented in the New Features brochure....
New Features brochure - Version 28: WINDEV Mobile news
New features in WINDEV Mobile 28 presented in the New Features brochure....
HTMLEditorGetDocument (Function)
Asynchronously retrieves the HTML document being displayed in an HTML Edit control.
<Thread variable>.Wait (Function)
Waits for the end of the execution of the specified thread.
<Image>.DrawPoint (Function)
Draws a point in an Image control.
<Image variable>.DrawPoint (Function)
Draws a point in an Image variable.
<Thread>.SendSignal (Function)
The current thread sends a signal to the specified thread in order to unlock it.
HTMLEditorGet (Function)
Asynchronously retrieves the value of one of the properties of an HTML Editor control.
Print modes of a report
Several print modes are available for a report....
SocketClientInfo (Function)
Allows the server to get information about the current client socket.
dRectangleGradient (Function)
Draws a rectangle: in an Image control, in an Image variable, in a WDPic variable...
Contact (Type of variable)
The Contact type is used to define the advanced characteristics of a contact found in the phone...
MouseXPos (Function)
Returns the horizontal position (X) of the mouse cursor relative to the specified window...