ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Switzerland.CheckOASI (Function)
Checks the validity of a Swiss Old-?Age and Survivors' Insurance Number (OASI)....
Action Bar control functions
The following functions are used to manage the Action Bar control......
<Chart>.Rotation (Function)
Turns a Surface or Pyramid chart around one of its axes in order to better view the data
Radial Bar chart
The "Image gallery" Looper control is used to manage the display of a set of images without programming......
grHolePercentage (Function)
Modifies the percentage that corresponds the hole radius in the following charts: Donut, Radial Bar chart....
<Chart>.HolePercentage (Function)
Modifies the percentage that corresponds the hole radius in the following charts: Donut, Radial Bar chart....
FreeAWPContext (Function)
Frees the AWP context in advance (on disk) to allow the other call on the same AWP context to be processed in parallel.
Managing main window menus
A main menu is necessarily associated with a window......
The Popup control
The Popup control is a control used to associate a popup with a page. This popup, displayed from the page into which it is inserted, is used to easily establish a dialog with the user....
ProgressBarExecute (Function)
Starts a long browser process and fill a Progress Bar via Ajax according to the progress of this process.
InPrelaunchedSessionMode (Function)
Used to find out whether the site is started in "pre-launched session" mode of WEBDEV.
Empty (Property)
The Empty property is used to determine if: a Looper, Table, List Box or Combo Box control is empty. The control can be a browsing control or a memory control. a Chart control contains no series. a report control is empty (control linked to an item). an array (or an associative array) contains no element. an element of an associative array exists or not. a queue, a list or a stack contains no element....
ActionBarSearchVisible (Function)
Allows you to get and change the visibility status of the search control associated with the Action Bar in the current window.
grAxisPosition (Function)
Indicates the position where one of the chart axes (X or Y-coordinates) will be drawn.
<Chart>.AxisPosition (Function)
Indicates the position where one of the chart axes (X or Y-coordinates) will be drawn.
HourGlass (Function)
Transforms the mouse cursor into hourglass (and conversely). In Android and iOS, displays an endless progress bar in a window....
SemaphoreStart (Function)
Locks the current thread until the semaphore is opened (which means until a "free" spot becomes available in the protected section).
Procedure WLanguage called by the function SensorDetectChangeAcceleration
Procedure (also known as "Callback") called by the SensorDetectChangeAcceleration function when the device's acceleration on one of its axes is detected....
Infinite Table and Looper controls
There are two methods to populate Table and Looper controls programmatically......
WDMap: Modifying the display mode of records
By default, WDMap displays the records found in a data file by using the following rules......
Modal windows
The window that opens another window is called parent window; the window opened by the parent window is called child window......
DashDelete (Function)
Deletes a widget displayed in a Dashboard control. The Dashboard control is updated and a free location replaces the deleted widget.
<Dashboard>.Delete (Function)
Deletes a widget displayed in a Dashboard control. The Dashboard control is updated and a free location replaces the deleted widget.
ImageInfoClose (Function)
Closes the image file (in JPEG or TIFF format) used by ImageInfoValue and/or ImageInfoList and frees the image from memory....
Action Bar control events