ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Speech synthesis in the mobile applications
The phones can talk!...
<Camera>.VideoStop (Function)
Stops the video recording previously started by CameraVideoStart.
CameraVideoStop (Function)
Stops the video recording previously started by CameraVideoStart.
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...
Action Bar of a window
Action Bars replace the title bar of a window and display different types of information...
<Camera>.VideoStart (Function)
Starts recording a video via a Camera control in an Android or iOS application.
AppleTrackingAuthorizationStatus (Function)
Determines if the app has been allowed to track activity based on user data (iOS only).
iOSApplicationOpenURLProcedure (Function)
Allows you to specify the procedure to be called when the application needs to open a resource identified by a URL.
fListResource (Function)
Lists the resources integrated to the application.
AppleRequestTrackingAuthorizationAsynchronous (Function)
Displays the permission request for user activity tracking.
IniOSEmulatorMode (Function)
Indicates whether the code is run in the iOS emulator (iPhone, iPad).
SysIOSVersion (Function)
Returns information about the iOS version used by the application.
iOSExcludeFileFromiCloud (Function)
Excludes a file from iCloud backup.
fExtractResource (Function)
Extracts a resource from the application into a physical device location.
Managing contacts (mobile devices)
In your mobile applications, you can directly manage the contacts on your mobile device (Android, iPhone, iPad, etc.).
Managing custom fonts in a WINDEV or WINDEV Mobile project
Both WINDEV and WINDEV Mobile projects support custom fonts, including Google Fonts...
Camera control in a mobile application
The Camera control is used to...
Developing applications for iPhone/iPad
To develop a WINDEV Mobile application for iPhone/iPad, you need:
CameraVideoStart (Function)
Starts recording a video via a Camera control in an Android or iOS application.
AppointmentDisplay (Function)
Displays an appointment in the native application for managing appointments found on the mobile device (Android or iOS).
tapiDialerCall (Function)
Opens the default Phone application and dials the specified number.
InMacCatalystMode (Function)
Indicates whether the application is running in Mac Catalyst mode (running an iPad application on a Mac).
IniOSMode (Function)
Indicates whether the code currently run is in iOS mode (iPhone, iPad).
TableDeleteAll (Function)
Deletes all rows from: a Table control populated programmatically, a TreeView Table control...
TableModifyLine (Function)
Modifies a row in: a Table control, a TreeView Table control....
<Table>.ModifyLine (Function)
Modifies a row in: a Table control, a TreeView Table control....
Characteristics of the columns in a Table control in a window (prefix syntax)
The columns are used to display information in a Table control......
Characteristics of the columns in a Table control in a window
The columns are used to display information in a Table control......
Developing an application for iPhone/iPad
The development of an iPhone/iPad application is performed in 2 steps:...
Creating a WINDEV Mobile project
A project is a logical set of elements and processes whose purpose is to accomplish a given...
User Groupware
A Windows application, an Internet or Intranet site require to define the role of different...
Specific features of Android applications
The development of Android and WINDEV Mobile applications is different in the following fields......
<Table>.Delete (Function)
Deletes a row from: a Table control, a TreeView Table control, a table displayed in a Combo...
<Table>.Select (Function)
Returns the index of the selected element in the Table or TreeView Table control.
TableDelete (Function)
Deletes a row from: a Table control, a TreeView Table control, a table displayed in a Combo...
TableSelect (Function)
Returns the index of the selected element in the Table or TreeView Table control.
The report editor
WINDEV, WEBDEV and WINDEV Mobile allow you to create reports with the report editor......
The Table control populated programmatically
A Table control populated programmatically is directly linked to lists stored in memory......
The Looper control
A Looper control is used to repeat the controls found in a specific area......
Characteristics of Table controls in a window
Table controls allow you to display and/or enter data......