ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

1. WLanguage
WINDEV Tutorial: WLanguage basics Lesson 1 - WLanguage - 5 min
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....
Error: Redefinition of syntax
The '<method>' methods of the '<derived class>' class and of the '<base class>' class do not have the same prototype......
New (Reserved word)
New is used to allocate memory space...
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)...
fSelect (Example)
Usage example of the fSelect function
fLoadBuffer (Function)
Loads the content of an external file (text, image, ...) in a buffer variable.
ScrollValue (Property)
The ScrollValue property gets and sets the scroll value.
XMLDelete (Function)
Deletes the current element (as well as the entire branch) from an XML document.
Alias (Property)
The Alias property is used to: get or change the alias of a window (WINDEV and WINDEV Mobile). get or change the alias of a dynamic tab (WINDEV). get the internal HTML/JavaScript name of a control (WEBDEV)....
Push (Function)
Pushes an element onto the stack.
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....
SexagesimalToDecimal (Function)
Returns the decimal angle corresponding to a sexagesimal angle.
StringReverse (Function)
Reverses the characters of a string.
SQLReqExists (Function)
Checks the existence of a query.
8. 10 tips for better interfaces
Detects the contours of the shapes in an image....
Hour (Property)
The Hour property is used to: Get the time from a variable of type Time or DateTime, or the number of hours from a variable of type Duration. Change the time in a variable of type Time or DateTime, or the number of hours in a variable of type Duration. Retrieve the time or the number of hours from a Date item (in "Date and time" or "Duration" format) or from a Time item. Modify the time or the number of hours in a Date item (in "Date and time" or "Duration" format) or in a Time item....
The Dashboard control
Dashboards are essential elements in an application......
DisplayMask (Property)
The DisplayMask property is used to: Find out the display mask. Modify the display mask. This display mask is displayed when the control is in read-only or when the control does not have focus....