ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Creating an executable without library
When creating an executable, you can choose not to use a library or not to include all the elements of the project in the library...
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.
Extension procedure
By using extension procedures, you can add your own WLanguage procedures to different types of variables (string, date, color etc.)......
TableSort (Function)
Sorts a Table or TreeView Table control on one or more columns (lexicographical sort).
Describing the report blocks
The different characteristics of a block can be viewed and/or modified in the description window of this block......
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...
User login: User Groupware
WEBDEV Tutorial - User Groupware User login: User Groupware - 20 min
SaveParameter (Function)
Saves a persistent value in the registry or in another file specified by InitParameter.
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......
BufferToPhrase (Function)
Converts a buffer to a mnemonic phrase using the BIP39 algorithm.
PhraseToBuffer (Function)
Returns the buffer encoded in a BIP39 mnemonic phrase.
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).
TableSelectCount (Function)
Returns the number of selected elements in a Table or TreeView Table control (especially multi-selection controls).
fOpen (Function)
Opens an external file (ANSI or UNICODE) in order to handle it through programming.
DateValid (Function)
Checks the validity of a date between January 01 0001 and December 31 9999.