ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Abandon (Function)
Closes the current window by running the "Click" event of the CANCEL Button control.
dbgAuditStatus (Function)
Retrieves and changes the status of the dynamic audit.
HListServer (Function)
Lists the HFSQL servers installed on a computer.
NationRightToLeft (Function)
Allows you to find out whether the current language is written from right to left.
IWListCount (Function)
Returns the number of internal windows currently found in the list of internal windows browsed by an Internal Window control.
Font management properties
List of font management properties...
fImageSelect (Function)
Opens the image picker of Windows.
Compress (Function)
Compresses a string or a memory block (buffer) in binary format.
HActivateTrigger (Function)
Re-enables a trigger that was disabled by HDeactivateTrigger.
WDAdminHF: Managing a database
The remote HFSQL administrator proposes a full management of the HFSQL Client/Server databases......
5. Swipe gestures in a window
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 5 - Swipe gestures in a window - 20 min
Lotus Notes constants
List of constants used by the Lotus Notes functions....
rssBuildString (Function)
Builds the RSS feed and returns the result (in XML format) in a character string.
ParallelTaskExecute (Function)
Triggers the execution of a parallel task.
Charset (Property)
The Charset property is used to: Get the character set used by a Font variable. Change the character set used by a Font variable. Get the character set used by an HFSQL data file....
Supercontrol
A supercontrol is an advanced type of control......
Calling a procedure/a function
Syntax for calling a local or global procedure.
Copying controls from the page editor
The controls can be copied from the page editor......
HCancelBackup (Function)
Cancels a current backup.
SysTheme (Function)
Returns the current theme used on the mobile device.
VolumeGet (Function)
Retrieves the current setting of the volume for a sound source.
Parallel task management functions
The following functions are used to manage parallel tasks...
HTransactionSavepoint (Function)
Declares a transaction savepoint.
DnDCursor (Example)
Usage example of the DnDCursor function
Native SQL Server Connector: Executing the same stored procedure multiple times
In some cases, it may be useful to execute the same stored procedure multiple times by changing one or more parameters ......