ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

fLoadBuffer (Function)
Loads the content of an external file (text, image, ...) in a buffer variable.
fSaveBuffer (Function)
Creates and fills a text file with the content of a string or buffer variable.
ODBC driver for HFSQL Classic and HFSQL Client/Server - License agreement
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....
Bearing (Property)
The Bearing property gets or sets the bearing of the map displayed in a Map control.
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....
The different types of buttons in a window
WINDEV and WINDEV Mobile include 5 types of buttons......
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
ExeRun (Function)
Executes a program (an executable file, for example) from the current application.
WINDEV License Agreement
WINDEV License Agreement...
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.
ListModify (Function)
Modifies an element in a List Box, ListView or Combo Box control populated programmatically.
SexagesimalToDecimal (Function)
Returns the decimal angle corresponding to a sexagesimal angle.
New (Reserved word)
New is used to allocate memory space...
TableInputSearch (Function)
Enables input in the the search area in the column title of the Table or Treeview Table control.
TableModifyLine (Function)
Modifies a row in: a Table control, a TreeView Table control....
Creating the Relation pages of a WEBDEV RAD pattern
Error: Redefinition of syntax
The '<method>' methods of the '<derived class>' class and of the '<base class>' class do not have the same prototype......
Month (Property)
The Month property is used to: Retrieve the month from a Date or DateTime variable. Modify the month in a Date or DateTime variable. Retrieve the month from a Date item (in "Simple date" or "Date and Time" format) Modify the month in a Date item (in "Simple Date" or "Date and Time" format)...
SQLReqExists (Function)
Checks the existence of a query.