ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

TableSelectPlus (Function)
Selects a row in a Table or TreeView Table control.
Creating a query in SQL code
The query editor allows you to create a query by typing SQL code......
Programming by preset action
Preset actions allow you to define the code of an event in a single click, without having to write one single line of code......
Stack (Type of variable)
A Stack variable is a structured type that is used to group a set of elements of the same type.
List (Type of variable)
A List variable is a structured type that is used to group a set of elements of the same type.
Copying controls from the page editor
The controls can be copied from the page editor......
ParallelTask (Type of variable)
The ParallelTask type is used to handle a task, which means a procedure run by a thread in the parallel programming.
ImageMode (Property)
The ImageMode property is used to get and change the display mode of an image in an Image control, in the column of a table of type Image or in the background of a Chart control in a window.
FontUnderlined (Property)
The FontUnderlined property is used to: Determine if the text is underlined. Underline (or not) a text....
Automatic management of exceptions
The management of exceptions can be customized by process......
Calendar control properties
Several WLanguage properties can be used on the Calendar control found in a window or in a page......
Insert (Function)
Inserts an element at a given position: into a one-dimensional WLanguage array. into an associative array. into an advanced array property (array of gglCalendar events, etc.). into a WLanguage list....
StoredItem (Property)
The StoredItem property is used to: Find out the stored item or the stored variable of a Table, Looper, List Box or Combo Box control. Modify the stored item or the stored variable of a Table, Looper, List Box or Combo Box control....
dStartDrawing (Function)
Indicates that the drawing functions that will be used are intended for: the specified Image control, the specified Image variable, the specified Image variable, the specified WDPic variable (on the background layer), the specified picLayer variable....
inAppListProductInfo (Function)
Retrieves, from the store, information about the "In-App" products associated with the application.
Multilingual feature in the controls (window, page, report)
In a multilingual application or site, the multilingual feature is proposed for the following elements......
dbgEnableAudit (Function)
Enables the dynamic audit through programming.
MenuClone (Function)
Clones a menu or a menu option as well as the associated code.
Left (Function)
Extracts the left part (i.e., the first characters) from a string or buffer.
Image drawing and processing functions
List of image drawing and processing functions...
ListInsert (Function)
Inserts an element into a List Box, ListView or Combo Box control populated programmatically.
SSLActive (Function)
Used to enable or disable the secure SSL mode.
MenuSelectPlus (Function)
Enables a menu option (popup menu or drop-down menu).
Add (Function)
Adds an element in last position: of a one-dimensional WLanguage array. of an advanced array property (array of events of gglCalendar, etc.). from a WLanguage list....
Internal procedure
Several features require a procedure called once or several times via a WLanguage function ("Callback")....