ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ListModify (Function)
Modifies an element in a List Box, ListView or Combo Box control populated programmatically.
TwainToControl (Function)
Allows you to : view the document coming from the Twain device in an Image control. view the document coming from the Twain device in the user interface of device....
StringDelete (Function)
Deletes: all the occurrences of a substring within a string. part of a string within another string. The part of the string to remove is identified by its position and length....
MultimediaPlay (Function)
Plays a multimedia file in a Multimedia control.
TableMoveLine (Function)
Moves a row or swaps two rows in a Table control.
FirstDayOfWeek (Function)
Returns the date of first day of the week (i.e., Monday).
TableInsert (Function)
Inserts a row into: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
ArrayDelete (Function)
Deletes an element at a given position: from a one-dimensional WLanguage array. from an advanced array property (array of gglCalendar events, etc.). from an associative array. from a WLanguage list....
fSelect (Example)
Usage example of the fSelect function
fLoadBuffer (Function)
Loads the content of an external file (text, image, ...) in a buffer variable.
XMLDelete (Function)
Deletes the current element (as well as the entire branch) from an XML document.
Encryption (Property)
The Encryption property allows you to manage the type of encryption used between Client computers and an HFSQL server.
fSaveBuffer (Function)
Creates and fills a text file with the content of a string or buffer variable.
SexagesimalToDecimal (Function)
Returns the decimal angle corresponding to a sexagesimal angle.
New (Reserved word)
New is used to allocate memory space...
InAutomaticTestMode (Function)
Used to find out whether an automatic test is currently run or not.
TableInputSearch (Function)
Enables input in the the search area in the column title of the Table or Treeview Table control.
Characteristics of menu options
WINDEV and WINDEV Mobile manage two types of menus......
TableModifyLine (Function)
Modifies a row in: a Table control, a TreeView Table control....
InputMask (Property)
The InputMask property is used to: get the input mask. set the input mask (from the masks available for the type)....
SQLReqExists (Function)
Checks the existence of a query.
fFileName (Function)
Returns the name of an external file that is currently opened.
LastDayOfWeek (Function)
Returns the date of the last day of the week corresponding to a given date.
CharactTypeCount (Function)
Returns the number of characters matching a given type.
TableSwapLine (Function)
Swaps: two rows in a Table control populated programmatically. two branches in a Treeview Table control populated programmatically....