ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HExecuteQuery (Example)
Usage example of the HExecuteQuery function
Data Source (Variable type)
A Data Source variable is used to describe a temporary data source (query, view, alias, etc.).
The Combo Box control
The "Combo Box" control is used to display a list of elements and to select an element from this list......
EmailSaveAttachment (Function)
Copies the attachment of current email onto the user computer (locally).
Thumbnail (Property)
The Thumbnail property is used to: get the value of an item thumbnail. This item was defined in the data model editor or through programming. get and change the image associated with a Thumbnail control....
1. Creating a WEBDEV project and its analysis
WEBDEV Tutorial - Creating a WEBDEV project and its analysis Lesson 1 - Creating a WEBDEV project and its analysis - 5 min
1. Creating a WINDEV project and its analysis
WINDEV Tutorial: Creating a WINDEV project and its analysis Lesson 1 - Creating a WINDEV project and its analysis - 5 min
The different types of integers
Manipulating Combo Box controls programmatically
WINDEV, WINDEV Mobile and WEBDEV allow you to programmatically manipulate Combo Box controls......
DashDelete (Function)
Deletes a widget displayed in a Dashboard control. The Dashboard control is updated and a free location replaces the deleted widget.
<picLayer variable>.DrawRectangleGradient (Function)
Draws a rectangle in a picLayer variable.
HExtractMemo (Example)
Usage example of the HExtractMemo function
OLELoad (Function)
Initializes an OLE control with an OLE object.
fAttributeReadOnly (Function)
Gets and sets the read-only attribute of a file.
AssistedInputDeleteAll (Function)
Clears the list of values proposed for the assisted input of an edit control.
<Image variable>.DrawRectangleGradient (Function)
Draws a rectangle in an Image variable.
<Image>.DrawRectangleGradient (Function)
Draws a rectangle in an Image control.
HExecuteSQLQuery (Example)
Usage example of the HExecuteSQLQuery function
TableGiveParent (Function)
Returns the "parent" of an element in a TreeView Table control.
EmailSendMessage (Example)
Usage example of the EmailSendMessage function