ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

AnchorRateHeight (Property)
The AnchorRateHeight property is used to: Find out the vertical anchor rate of a control. Modify the vertical anchor rate of a control....
Modified (Property)
The Modified property is used to determine if a control or group of controls has been modified by the user (keyboard or mouse input).
HSortView (Function)
Sorts an HFSQL view by creating an index on a view item. This function uses the former view mechanism.
fSaveBuffer (Function)
Creates and fills a text file with the content of a string or buffer variable.
iRoundBorder (Function)
Prints a border with rounded outlines at specified coordinates.
ListDelete (Function)
Deletes an element from a List Box, ListView or Combo Box control populated programmatically.
ListDeleteAll (Function)
Clears a List Box, ListView or Combo Box control populated programmatically.
ListAdd (Function)
Adds an element to a List Box, ListView or Combo Box control populated programmatically.
Reset (Function)
Reinitializes: all the controls found in the current window or page (including the groups of controls, the supercontrols and the internal windows). the controls found in a group of controls, a supercontrol, an internal window or an internal page....
Day (Property)
The Day property is used to: Get the day from a Date or DateTime variable, or get the number of days from a Duration variable. Change the day of a Date or DateTime variable, or change the number of days of a Duration variable. Get the day or the number of days from a Date item (in "Date", "Date and Time" or "Duration" format) Modify the day or the number of days in a Date item (in "Date", "Date and Time" or "Duration" format)...
TableModify (Function)
Modifies a row in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
AnchorRateRight (Property)
The AnchorRateRight property is used to: Find out the anchor rate when a control moves on the horizontal axis. Modify the anchor rate when a control moves on the horizontal axis....
ArrayAdd (Function)
Adds an element in last position: of a one-dimensional WLanguage array. of an advanced array property (array of gglCalendar events, ...). of a WLanguage list....
DateToString (Function)
Converts: a date to a string in the specified format. a date time to a string in the specified format....
2. Development
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 2 - Development - 30 min
geoDistance (Function)
Returns the distance between the two locations. This distance is expressed in meters by default.
LineToPosition (Function)
Returns the position of the first character of a line in a block of text.
HDeclareExternal (Function)
Temporarily imports into the current database schema the description of a table from an existing HFSQL table.
Null (Reserved word)
The Null keyword can be used according to different methods in WLanguage......
The Drawer control
The Drawer control can be expanded in order to display (or not) the integrated controls......
RoundCeil (Function)
Returns: the value rounded up to the nearest integer. the duration rounded up to the nearest interval. the date and time rounded up to the nearest interval....
fSize (Function)
Returns the size of a file (in bytes).
SQLChangeConnection (Function)
Modifies the current connection.
RGB (Function)
Defines a color from its Red, Green and Blue components.