ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

InMacCatalystMode (Function)
Indicates whether the application is running in Mac Catalyst mode (running an iPad application on a Mac).
<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).
Speech synthesis in the mobile applications
The phones can talk!...
tapiDialerCall (Function)
Opens the default Phone application and dials the specified number.
IniOSMode (Function)
Indicates whether the code currently run is in iOS mode (iPhone, iPad).
Trace (Function)
Displays the requested information (content of a control, for example) in a window opened next...
Array (Type of variable)
An array is a structured type that is used to group a set of elements of the same type...
HTransactionCancel (Function)
If a transaction is in progress, cancels all the operations performed on the data files...
zipAddDirectory (Function)
Adds all the files found in a directory and in its subdirectories into an archive and compresses them.
DeleteParameter (Function)
Deletes a parameter (or a set of parameters) saved either by SaveParameter, or automatically via...
HTransactionStart (Function)
Starts a transaction on the tables (HFSQL or accessed via a Native Connector) and creates...
Installing WINDEV, WEBDEV or WINDEV Mobile
This chapter presents the configuration required to install WINDEV, WEBDEV or WINDEV Mobile as well...
1. WLanguage
WINDEV Tutorial: WLanguage basics Lesson 1 - WLanguage - 5 min
"Component.WDO" file
When generating the external component, two files are automatically created in the EXE directory...
Certificate (Type of variable)
The Certificate type is used to handle: the certificates used to sign the strings or the files....
MatchRegularExpression (Function)
Checks whether a character string matches a specific format and retrieves the different substrings...
AnimationGetParameter (Function)
Reads the value of one of the animation parameters defined for an Image or Static control.
FTPGet (Function)
Transfers a file or directory from an FTP (File Transfer Protocol) server to the current computer.
Transactions: Secure processes on HFSQL data files
This chapter presents the following topics......
HAlias (Function)
Creates a logical alias of a table (or query) or cancels all existing aliases.
dSaveImageJPEG (Function)
Saves an image: in a JPEG file. in memory....
Sliding window (sliding menu)
The sliding windows (also called sliding menus) are often used in the mobile applications......
Android Widget windows
An Android application can contain one or more Widget windows......
VerticalAlignment (Property)
The VerticalAlignment property gets and changes the vertical alignment of a control.