ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

EventTimeline (Variable type)
The EventTimeline type is used to define the advanced characteristics of an event displayed in a Timeline control.
ListSelectPlus (Function)
Selects one or more elements in a List Box, ListView or Combo Box control.
Geolocation function constants
Constants used by geolocation functions...
Handling a Sliding Banner control through programming
A Sliding Banner control can be handled through programming......
SQLNext (Function)
Positions on the next row of the query result.
SQLPrevious (Function)
Positions on the previous row of the query result.
HViewToFile (Example)
Usage example of the HViewToFile function
fGlobalDirCommon (Function)
Returns a directory path for the global data of current application (data shared between several applications), regardless of the current user.
XMLDelete (Function)
Deletes the current element (as well as the entire branch) from an XML document.
ScriptExecute (Function)
Calls an external script (.asp or .php) and returns the result in a string.
zipCompressionLevel (Function)
Changes the compression level used when creating an archive in ZIP format or in 7z format.
User (Property)
The User property is used to manage the user of a connection (HFSQL Client/Server, OLE DB, etc.)....
Popup window
WINDEV allows you to open windows in popup format......
Calendar (Variable type)
The Calendar type is used to handle a calendar (or organizer) associated with a user account or found on the device.
LooperDelete (Function)
Deletes a row from a Looper control.
Spreadsheet control properties
You can manipulate a Spreadsheet controls and their cells in a window or report using the following WLanguage properties......
LooperAddInProgress (Function)
Modifies or returns the visibility status of internal wait window when adding additional elements into an infinite Looper control.
HUnlockRecNum (Function)
Unlocks a record locked by: HLockRecNum, a read function used with a locking parameter (HRead associated with the hLockWrite or hLockReadWrite constant for example)....
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....
dbgStandardOutput (Function)
Writes an information into the standard output stream "stdout" (also called "console").
docElementImage (Type of variable)
The docElementImage type is used to handle the characteristics of an Image element found in a docElement variable.
12. Available tests
zipCreateExe (Example)
Usage example of the zipCreateExe function