ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Universal Windows 10 application: Deployment platform
Once the Universal Windows 10 app is generated, the wizard proposes to select the deployment platform......
2. Types of setup
Types of setup...
HRplManageFile (Function)
Defines the options used for the universal replication of a file: the replication direction. the management mode of conflicts....
Deploying the application for iPhone/iPad
To be able to test and/or deploy the application on a device (iPhone or iPad), you must enroll in the iOS Developer Program....
CameraRunApp (Function)
Starts the device's native camera application to record a video or to take a photo....
14. Controls in practice
VideoStartApp (Function)
Starts the device's native camera application to record a video or to take a photo....
Check spelling based on Hunspell dictionaries
WINDEV gives you the ability to use the spelling checker of the Word Processing controls in WINDEV applications......
3. Debugger
<Connection variable>.TransactionEnd (Function)
Validates the current transaction: the modifications performed on the data file since the start of transaction (HTransactionStart) are validated. the transaction file is deleted (if the transaction is the last transaction in progress for a network application) the records locked in read-only by the transaction are unlocked....
ReplicEdit: Replication editor
ReplicEdit is a tool used to define the characteristics of a replication......
NotifPushListInvalidIdentifiers (Function)
Returns the list of invalid identifiers on the APN service of Apple.
HTransactionEnd (Function)
Validates the current transaction: the modifications performed on the data file since the start of transaction (HTransactionStart) are validated. the transaction file is deleted (if the transaction is the last transaction in progress for a network application) the records locked in read-only by the transaction are unlocked....
3-tier architecture
The development in "3-tier" architecture is now simplified......
ClientID (Property)
The ClientID property gets the client ID defined when the application was declared or registered.
RepeatableReadSupported (Property)
The RepeatableReadSupported property is used to: Determine if the data file (defined in the data model editor or programmatically) can be used in HFSQL Client/Server in a transaction that includes a "Repeatable Read" isolation mode. Allow the use of a transaction that includes a "Repeatable Read" isolation mode for a data file (files described programmatically only)....
TrialVersion (Function)
Used to find out whether the current execution of the application is in "trial version" mode.
TileAdd (Function)
Adds a new tile customization for the current Windows Store Apps application.
ScreenType (Function)
Returns the type of screen on which the application is run: phone, tablet, computer or watch.
JavaExecute (Function)
Starts a Java application or a Java applet by invoking the "Main" method of a given Java class.
ClientSecret (Property)
The ClientSecret property gets the client secret defined when the application was declared or registered.
AAFExportParameter (Function)
Saves all customizations made via AAFs (Automatic Application Features) in a file.
CameraVideoStart (Function)
Starts recording a video via a Camera control in an Android or iOS application.
Permission (Type of variable)
The Permission type represents a permission requested by the application (and therefore declared in the manifest).
ChangeTheme (Function)
Is used to change, through programming, the theme (dark or light) used by the mobile application.