ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SexagesimalToDecimal (Function)
Returns the decimal angle corresponding to a sexagesimal angle.
Customizing the report viewer: Available windows
ListModify (Function)
Modifies an element in a List Box, ListView or Combo Box control populated programmatically.
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.
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)....
1. WLanguage
WINDEV Tutorial: WLanguage basics Lesson 1 - WLanguage - 5 min
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....
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)...
StringReverse (Function)
Reverses the characters of a string.
SQLReqExists (Function)
Checks the existence of a query.
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......
RTFAddLink (Function)
Adds a link to a text section in an RTF Edit control.
Native SQL Server Connector: Executing the same stored procedure multiple times
In some cases, it may be useful to execute the same stored procedure multiple times by changing one or more parameters ......
DateValid (Function)
Checks the validity of a date between January 01 0001 and December 31 9999.
HDeclareExternal (Function)
Temporarily imports into the current analysis the description of a data file from an existing HFSQL data file.
HCreateMovableReplica (Function)
Creates a movable replication.
Adapting an application to support multiple languages
WINDEV Tutorial - Managing multiple languages Adapting an application to support multiple languages - 20 min