ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The charts
To include charts in your applications or in your sites, WINDEV, WEBDEV and WINDEV Mobile include......
LoadImageSheet (Function)
Loads an image set in memory so that it can be used later by gImage.
How to perform a full file browse?
7. Window templates
...Window templates...
Monitoring robot: Configuring the Robot controller parameters
From the monitor, you can change the configuration options......
Drawing constants
List of constants used by the drawing functions....
HCreateView (Function)
Creates an HFSQL view. This function uses the former view mechanism....
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......
The Pager control
The Pager control is used to quickly access the records of a Table or Looper control displayed on several pages......
HSavePosition (Function)
Stores the current file context: current record, filter, pointers.
LooperBreakIndex (Function)
Returns the index of the break header and footer for a given break in a Looper control.
HSeekLast (Function)
Sets the position on the last file record whose value for a specific item is less than or equal to a sought value.
Content (Property)
The Content property is used to read or write the whole content of a control: List Box populated programmatically, Combo Box populated programmatically, Spreadsheet....
MapAddItinerary (Function)
Adds an itinerary onto a Map control.
How to populate a Table control programmatically?
This help page presents the different methods that can be used to populate a Table control programmatically....
TableInfoXY (Function)
Returns for a given position in a Table or TreeView Table control (coordinates of a control point): the name of the column displayed for the specified position. the index of the row or column for the specified position....
gAlignment (Function)
Builds a sequence of characters containing an aligned text or an aligned image.
ListCount (Function)
Returns the number of elements in a List Box, ListView or Combo Box control.
ToastDisplay (Function)
Displays a "Toast" message.
Image (Keyword)
The Image keyword can correspond to: an Image variable. a property used to get and change the image of an element....
Pull to refresh (Android/iOS): Window, Table and Looper controls
The "Pull to refresh" feature allows the user to "pull" a Table control, a Looper control or a window in order to refresh its content......