ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

nfcTag (Type of variable)
The nfcTag type is used to define the advanced characteristics of an NFC tag (Near Field Communication).
SysStatusExternalStorage (Function)
Returns the availability status of the external storage space of the device.
SysEnvironment (Function)
Returns the environment variables of the operating system for the current computer.
FTPDate (Function)
Returns the different dates of a file (date the file was created, modified or accessed) located on an FTP server (File Transfer Protocol).
HDeclare (Function)
Declares a description of data file (found in an analysis) in the current project.
HDescribeTrigger (Function)
Adds or modifies a trigger on an HFSQL data file.
ChangeSourceWindow (Function)
Dynamically changes the window displayed in an Internal Window control. Scrolling internal windows: Modifies the window currently displayed. This modification is saved in the list of internal windows to scroll....
3. Interface (UI)
WINDEV Mobile tutorial: My first Android/iOS application Lesson 3 - Interface (UI) - 30 min...
Query editor
The query editor is used to automatically create queries on the data files......
Log-based replication: Programming the log-based replication in WLanguage
Several WLangage functions allow you to include log-based replication in your application and to customize it......
HReadNext (Function)
Sets the position on the next data file record according to a browse item.
Android In-App configuration
A specific configuration is required to manage the In-App purchases in an Android application......
Debugger: Running a project step by step
Running a project step-by-step allows you to start the debugger when launching the application......
HManageServerUpdate (Function)
Used to manage the automatic update of HFSQL Client/Server servers by specifying the check frequency regarding the availability of updates....
TableSelectPlus (Function)
Selects a row in a Table or TreeView Table control.
HCreateMasterReplica (Function)
Creates the description file of a Master Replica (logged replication or universal replication).
SOAPRun (Function)
Runs a procedure on a SOAP server.
Events associated with supercontrols
List of events associated with supercontrols...
Native SQLite Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native SQLite Connector.
Events associated with the Pivot Table control
AutomaticEvent (Type of variable)
The AutomaticEvent type is used to manage an automatic event.
PhotoRunApp (Function)
Starts the native camera application of the device in order to take a photo.
SWITCH statement
The SWITCH statement is used to choose the action that will be run according to the value of an expression...
PageSubmit (Function)
Validates the specified page and starts the execution of a button.
ErrorPropagate (Function)
Propagates a non-fatal error that can be processed by the calling code if the management of non-fatal errors was enabled for this code (in the code editor or by ErrorChangeParameter).