ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HConnect (Function)
Redefines one or more connection parameters via Native Connector (Access, SQL Server, MySQL or Oracle) or via an OLE DB access on a specific table or set of tables.
CommandLine (Function)
Identifies and retrieves the different elements of the command line passed as a parameter to the current program.
The Map control: Automatic Application Features (AAF)
The Map control proposes several features directly accessible to the end user......
dbgAssert (Function)
Used to find out and signal the possible errors via an assertive programming.
Unalterable data files
This feature is used to signal that a data file cannot be modified after writing......
Dashboard constants
Constants used by the functions for managing Dashboard controls...
Pinned (Property)
The Pinned property is used to: Pin a control: the position of the pinned control will be relative to the visible area of its container and not to the content area. Determine if a control is pinned....
Example for creating a select query
This help page explains how to create two select queries......
TestMode (Property)
The TestMode property determines if the Ad control displays a test ad.
Enqueue (Function)
Adds an element to the queue.
Push (Function)
Pushes an element onto the stack.
dbgEnableAssert (Function)
Enables or disables the assertive programming.
SysNbExternalStorage (Function)
Returns the number of external storage spaces found on an Android device.
Multi-project processes: using batches
WINDEV, WEBDEV and WINDEV Mobile allow you to run a set of processes (compilation, generation, ......
1. Overview
Tutorial - Creating a website with back office processes Lesson 1 - Overview - 5 min
MultimediaReader (Property)
The MultimediaReader property is used to get and change the media player currently used by a Multimedia control to play media files.
IniOSEmulatorMode (Function)
Indicates whether the code is run in the iOS emulator (iPhone, iPad).
IniOSSimulatorMode (Function)
Indicates whether the code is run in the iOS simulator (iPhone, iPad).
VariantConvert (Function)
Converts the value stored in a Variant variable].
MapMode (Property)
The MapMode property determines and changes how the map is displayed in the Map control.
RTFWithImagesAndTables (Property)
The RTFWithImagesAndTables property is used to manage images and tables in RTF Static controls in a report.
StringFormat (Function)
Formats a character string according to the selected options.
apLog (Function)
Saves an information in a "log" file during the execution of an action plan.
KeyGenerateInitialKey (Function)
Generates the initial key (unique license number) for the activation system of the application.
Deploying a Java archive
Like for any application, WINDEV allows you to create a setup program for a Java application......