ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Deploying an Android application
WINDEV Mobile tutorial: Deploying an Android application 10 min
Deploying an iOS application
WINDEV Mobile tutorial: Deploying an iOS application 10 min
4. Debugging modes
There are two different modes to debug a WINDEV Mobile application...
InVGAMode (Function)
Indicates whether the application is run in VGA mode on a mobile device.
Push notifications: format of notifications (Android and iOS)
An application written in WINDEV Mobile Android or iOS can receive Push notifications......
NotifPushEnable (Function)
Enables the management of push notifications in a WINDEV Mobile application (Android or iOS).
Binary (Property)
The Binary property is used to determine if an item is binary.
WithRepetition (Property)
The WithRepetition property is used to determine if an appointment should be repeated.
Inherited (Property)
The Inherited property is used to determine if an element is inherited.
Global (Property)
The Global property is used to determine if an element is global.
Virtual (Property)
The Virtual property is used to determine if an element is virtual.
Runtime log
The runtime log is the best way to identify the most used features of an application......
Empty (Property)
The Empty property is used to determine if an element is empty.
Exist (Property)
The Exist property is used to determine if an element exists.
FontStrikeOut (Property)
The FontStrikeOut property is used to determine if a text is struck through.
Valid (Property)
The Valid property is used to determine if an element is valid.
AJAXCallInProgress (Function)
Used to determine if the request being processed is an AJAX request.
tapiOrigin (Function)
Allows you to determine the type of call (incoming or outgoing).
NotifPushDisable (Function)
Disables the management of push notifications for a WINDEV Mobile application (Android or IOS).
WINDEV Mobile Framework License Agreement
ChangeTheme (Function)
Is used to change, through programming, the theme (dark or light) used by the mobile application.
Deep links to mobile applications
Deep linking allows you to redirect the user to specific content in a mobile application (rather than in a browser) when they click on a link in a web page or in an email......
Assisted universal replication through programming
The assisted replication through programming is used to implement a replication on an existing application while controlling the synchronization in the application itself......
Memo (Property)
The Memo property is used to determine if an item is of type memo.
Size (Property)
The Size property is used to determine and change the size of an element.
1
2
3
4
5
6
249
>