ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Events associated with HTML controls
WEBDEV includes different events associated with the HTML control......
Clipping the window according to an image
An image can be used to easily define the shape of a window......
fListFile (Example)
Usage example of the fListFile function
ToolTipTitle (Property)
The ToolTipTitle property gets and sets the text displayed in the tooltip associated with the column title of a Table control. This tooltip only appears when the Table control column title is hovered over.
New (Reserved word)
New is used to allocate memory space...
SQLReqExists (Function)
Checks the existence of a query.
BurnerCancel (Function)
Cancels the current burn process.
Error: Redefinition of syntax
The '<method>' methods of the '<derived class>' class and of the '<base class>' class do not have the same prototype......
Table,Add (External language)
Adds an element to a Table control.
<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.
Events associated with Internal Page controls
List of events associated with internal pages and Internal Page controls
SQLChangeConnection (Function)
Modifies the current connection.
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.
3. Dates, arrays and structures
WINDEV Tutorial: WLanguage basics Lesson 3 - Dates, arrays and structures - 20 min
RGB (Function)
Defines a color from its Red, Green and Blue components.
ThreadWaitSignal (Example)
Usage example of the ThreadWaitSignal function
The Rich Text Area control
The Rich Text Area control is a Static control offering several layout possibilities......
ShortcutKey (Property)
The ShortcutKey property gets and sets the keyboard shortcut associated with a control.
JSONToVariant (Function)
Converts a JSON string to a Variant variable.
xlsColumnType (Example)
Usage example of the xlsColumnType function
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