ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Handling Sidebar controls programmatically
WINDEV and WINDEV Mobile allow you to handle Sidebar controls programmatically......
The structure of the file for remote control
The management of remote control uses a file in INI format......
ERR_LOADMOREDLL
Printing the content of a table (AAF)
A Table control proposes an automatic popup menu allowing the user to perform several operations on the data displayed in the table......
Project Management Hub: Gantt chart
The Project Management Hub is used to follow the tasks of one or more contributors via......
2. Examples provided with WINDEV
The examples provided with WINDEV are intended to help you learn the features of WINDEV....
11. Table/Looper controls
Table/Looper controls can be used to display a set of information......
fDataDirUser (Function)
Returns a directory path for the data of the current user of the current application.
geoTrackingProcedure (Function)
Defines the WLanguage procedure that will be called when the location of the user changes.
WLanguage procedure associated with AlbumPicker
Procedure ("Callback") called by AlbumPicker when the user selects an image or a video.
DeepLinkProcedure (Function)
Defines the WLanguage procedure executed when the user clicks on a deep link.
Multi-touch support
A multitouch feature is a technique allowing the user to interact with a device via several contact points (the fingers are used in most cases)....
Handling an Upload control through programming
The Upload control is used to upload one or more files....
Customizing the report viewer (preview)
You can display a print preview in the report viewer......
Handling a dynamic programmatically
WINDEV allows you to handle Dynamic Tab controls with the TabXXX functions and with multiple WLanguage properties......
Declaring the functions of the Windows API
Syntax for declaring the functions of the Windows API...
ToolTipDelay (Function)
Used to modify: the timeout before displaying the tooltips. the display duration of the tooltips....
<WDPic variable>.Background (Function)
Declares the default background color for the rectangles and circles, ... used in a WDPic variable.
Positioning on a line in an edit control (AAF)
Several methods can be used to automatically position the edit cursor on a specific line in an edit control:...
HTML Editor control constants
Used to find out whether the application is started in "simulator test mode" from WINDEV Mobile....
TwainToControl (Function)
Allows you to : view the document coming from the Twain device in an Image control. view the document coming from the Twain device in the user interface of device....
SQLGetTextMemo (Function)
Retrieves the content of a Text Memo column found in the query result, for the current line.
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.
TableEnableFilter (Function)
Implements a user filter on a column found in a Table or TreeView Table control.
Two methods for passing parameters to a query
Two methods can be used to pass parameters to a query with parameters used in a window or in a control (List Box, Combo Box or Table control for example)......