ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TableInputInProgress (Function)
Indicates whether a Table or TreeView Table control is currently in edit.
5. Loops
WINDEV Tutorial - WLanguage basics Lesson 5 - Loops - 15 min
LooperSearch (Function)
Searches for a value in an attribute of a Looper control.
fWrite (Function)
Writes: a character string into an external file. a memory section....
TableCount (Function)
Returns: the number of columns found in a Table or TreeView Table control. the number of rows found in a Table or TreeView Table control....
SQLExec (Function)
Names and runs an SQL query.
Map control properties
The following properties can be used with Map controls:...
zipDeleteAll (Function)
Deletes all files from an archive.
TableDeleteAll (Function)
Deletes all rows from: a Table control populated programmatically, a TreeView Table control populated programmatically, a table displayed in a Combo Box control....
TableSelectMinus (Function)
Deselects a row from a Table or TreeView Table control.
TableColumnIndex (Function)
Returns the index of a column in a Table or Treeview Table control.
TableSort (Function)
Sorts a Table or TreeView Table control on one or more columns (lexicographical sort).
SessionHeartBeatEnable (Function)
Enables or disables the "heartbeat" of the current session.
fListDirectory (Function)
Lists the subdirectories of a given directory and returns the full paths of listed subdirectories.
NetworkConnect (Function)
Associates a drive with a shared network directory.
Description of an Organizer control (control of a window)
The Organizer control can be configured in the editor via the description window ("Details" tab)......
HRestorePosition (Function)
Restores the context of a previously saved file (HSavePosition): current record, filter, pointers.
DateToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date.
ExceptionInfo (Function)
Retrieves information about the current exception.
Dimension (Function)
Returns the size of a variable (string, numeric, array, ...) or resizes a dynamic array.
Managing WebSockets
The WebSockets are used to communicate from a Web application (Intranet or Internet site run in a browser) to a Web server by using sockets......
Diagram Editor control properties
If the image is an image map, you can include "Clickable areas" in the image......
TreeView control properties
The TreeView controls found in a window or in a page can be handled by the WLanguage properties......
eInitCurrency (Function)
Adds or changes the characteristics of a currency in the currency exchange table.
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....