ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ShortcutKey (Property)
The ShortcutKey property gets and sets the keyboard shortcut associated with a control.
Error: Redefinition of syntax
The '<method>' methods of the '<derived class>' class and of the '<base class>' class do not have the same prototype......
Events associated with Internal Page controls
List of events associated with internal pages and Internal Page controls
<String type>.ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator. search for substrings in a string based on a specified string separator....
DashInitialConfiguration (Function)
Modifies the configuration of a Dashboard control (defined in the editor) before its first display.
SQLChangeConnection (Function)
Modifies the current connection.
3. Dates, arrays and structures
WINDEV Tutorial: WLanguage basics Lesson 3 - Dates, arrays and structures - 20 min
ListDeleteAll (Function)
Clears a List Box, ListView or Combo Box control populated programmatically.
ListDelete (Function)
Deletes an element from a List Box, ListView or Combo Box control populated programmatically.
ThreadWaitSignal (Example)
Usage example of the ThreadWaitSignal function
RGB (Function)
Defines a color from its Red, Green and Blue components.
The Rich Text Area control
The Rich Text Area control is a Static control offering several layout possibilities......
Table,Add (External language)
Adds an element to a Table control.
xlsColumnType (Example)
Usage example of the xlsColumnType function
JSONToVariant (Function)
Converts a JSON string to a Variant variable.
Managing the application language through programming
A multilingual application is an application that can be distributed in several languages......
Select query description window: Actions applied
This help page presents the actions that can be performed from the description window of a query....
dInvertColor (Function)
Inverts the colors: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
SQLConnect (Example)
Usage example of the SQLConnect function
zipDeleteAll (Example)
Usage example of the zipDeleteAll function
fRemoveDir (Function)
Deletes a directory from a disk.
SQLClose (Function)
Declares the end of the query execution and frees the memory resources allocated during the execution of the query.
Testing a Mobile application
By testing the project you can simulate how the application will run when launched by the user......
GetCountryList (Function)
Returns the list of countries according to the ISO 3166-1 standard.
Default (Property)
The Default property is used to determine if a parameter has been passed to a procedure with a custom or default value.