ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

AppointmentDisplay (Function)
Displays an appointment in the native application for managing appointments found on the mobile device (Android or iOS).
<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.
tapiDialerCall (Function)
Opens the default Phone application and dials the specified number.
Speech synthesis in the mobile applications
The phones can talk!...
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).
Events associated with internal windows
List of events associated with internal windows...
Interacting with the user
WINDEV, WEBDEV and WINDEV Mobile allow you to communicate with the user via dialog boxes......
The TreeView Table control
The Treeview Table control is a cross between the Table control and the TreeView control......
Deploying an application via App Store
Deployment to the App Store is the most common deployment mode......
Reading bar codes
WINDEV, WEBDEV and WINDEV Mobile allow you to create applications for reading bar codes......
URI (Type of variable)
The URI (Uniform Resource Identifier) type identifies physical or abstract resources (e.g. files...
Types of Edit controls
The HTML Editor control
The HTML Editor control allows users to create and modify HTML pages......
The PDF Reader control
The "PDF Reader" control is an advanced control that allows end users to view PDF documents...
The pages
Pages are the main interface of a WEBDEV site......
HTTPRequest (Function)
Starts an HTTP request on a server.
dText (Function)
Draws a text: in an Image control, in an Image variable, in a WDPic variable...
Marker (Type of variable)
The Marker type is used to define the characteristics of a marker that must be positioned on a map...
Customizing the system information windows (or dialog boxes)
Your applications use several system dialog boxes? A specific skin template is used...
Data persistence
The data persistence is used to store the value typed by the user......
Calling a procedure/a function
Syntax for calling a local or global procedure.