ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HRestorePosition (Function)
Restores the context of a previously saved file (HSavePosition): current record, filter, pointers.
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).
TableInputInProgress (Function)
Indicates whether a Table or TreeView Table control is currently in edit.
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.
STOP (Reserved word)
STOP is used to call the WLanguage debugger during a test in the editor...
SaveParameter (Function)
Saves a persistent value in the registry or in another file specified by InitParameter.
iDestination (Function)
Configures the print destination.
The HTML Editor control
The HTML Editor control allows users to create and modify HTML pages......
zipDeleteAll (Function)
Deletes all files from an archive.
DateToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date.
Creating a WEBDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
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......
XMLRead (Function)
Returns the value of an XML element or the value of the attribute for an XML element.
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....
HModify (Function)
Modifies the specified record or the record found in memory in the data file (query or view).
Language (Property)
The Language property is used to set the language used to compare and sort Unicode items (Unicode Text item or Unicode Text Memo item).
TableSelectCount (Function)
Returns the number of selected elements in a Table or TreeView Table control (especially multi-selection controls).
zipExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location or in memory.
fOpen (Function)
Opens an external file (ANSI or UNICODE) in order to handle it through programming.