ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

IniOSMode (Function)
Indicates whether the code currently run is in iOS mode (iPhone, iPad).
Managing custom fonts in a WINDEV or WINDEV Mobile project
Both WINDEV and WINDEV Mobile projects support custom fonts, including Google Fonts...
CameraVideoStart (Function)
Starts recording a video via a Camera control in an Android or iOS 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.
AppointmentDisplay (Function)
Displays an appointment in the native application for managing appointments found on the mobile device (Android or iOS).
fListResource (Function)
Lists the resources integrated to the application.
InMacCatalystMode (Function)
Indicates whether the application is running in Mac Catalyst mode (running an iPad application on a Mac).
Camera control in a mobile application
The Camera control is used to...
AppleRequestTrackingAuthorizationAsynchronous (Function)
Displays the permission request for user activity tracking.
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.).
<Camera>.VideoStart (Function)
Starts recording a video via a Camera control in an Android or iOS application.
fExtractResource (Function)
Extracts a resource from the application into a physical device location.
iOSApplicationOpenURLProcedure (Function)
Allows you to specify the procedure to be called when the application needs to open a resource identified by a URL.
CameraVideoStop (Function)
Stops the video recording previously started by CameraVideoStart.
tapiDialerCall (Function)
Opens the default telephony application (dialer) found on the phone and dials the specified number.
BitPerPixel (Property)
The BitPerPixel property is used to get and change the number of bits per pixel in an image.
DecryptStandard (Function)
Decrypts a message that was encrypted with a symmetrical encryption algorithm (AES, DES, etc.).
Speech recognition management functions
The following functions are used to manage speech recognition:...
<Image>.SavePNG (Function)
Saves an image: in a PNG file. in memory....
<Image>.SaveJPEG (Function)
Saves an image: in a JPEG file. in memory....
PrivateKey (Property)
The PrivateKey property manages connections that use private keys (SSH or MQTT connections).
FBRequest (Function)
Performs a communication request (HTTP request) to the Facebook Graph API.
AlbumPicker (Function)
Retrieves a photo, an image or a video stored in the photo album of the mobile device.
3. Test of a WINDEV Mobile application
By testing the project you can simulate how the application will run....
OAuth2Parameters (Type of variable)
The OAuth2Parameters type is used to define the information required to authenticate on a web...
Handling files on Dropbox, Google Drive and OneDrive
Many drives can be used to store files......
dbgInfo (Function)
Returns a debug information.
BeaconDetectPrecise (Function)
Used to find the Beacons near the device.
Animation (Property)
The Animation property animates an image.
InitialWidth (Property)
The InitialWidth property is used to: Find out the initial width of a control or window....
FBGetUserInformation (Function)
Retrieves the Facebook information of connected user.
Visible (Property)
The Visible property is used to: Find out whether an element is visible. Make an element...
InstantMessaging (Type of variable)
The InstantMessaging type is used to define the advanced characteristics of the instant messaging...
Value (Property)
The Value property is used to: Find out and modify the value of a report control. Find...
Specific features of the applications for iPhone/iPad
The HTML Display control
The HTML Display control displays a web page in an application......
ThreadWait (Function)
Waits for the end of the execution of the specified thread.
Today (Function)
Returns or modifies the system date (date of the day defined on the current computer).
ChronoValue (Function)
Indicates the time elapsed (in milliseconds) since the call to ChronoStart.