ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TableModify (Function)
Modifies a row in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
ListAdd (Function)
Adds an element to a List Box, ListView or Combo Box control populated programmatically.
2. Performance profiler
WEBDEV Tutorial - Optimizing a WEBDEV project Lesson 2 - Performance profiler - 15 min
The Drawer control
The Drawer control can be expanded in order to display (or not) the integrated controls......
EnumerationCheckName (Function)
Checks whether an enumeration value known by its name is valid.
EnumerationFromValue (Function)
Returns an enumeration value known by its associated value.
EnumerationFromName (Function)
Returns an enumeration value known by its name.
CombinationFromValue (Function)
Returns a combination of one or more options known by their associated values.
CombinationFromName (Function)
Returns a combination of one or more options known by their names.
CombinationCheckName (Function)
Checks whether a combination of one of more options known by their names is valid.
EnumerationCheckValue (Function)
Checks whether an enumeration value known by its associated value is valid.
ExtractLine (Function)
Extracts a specific line from a character string.
Null (Reserved word)
The Null keyword can be used according to different methods in WLanguage......
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....
FileToArray (Function)
Fills an array of classes or structures with the content of an HFSQL data file or query.
NoRightCharacter (Function)
Returns a string after removing the specified characters from the right side of the initial string.
iPrintImage (Function)
Sends the image file to print to the print buffer.
AuthIdentify (Function)
Performs an authentication using the OAuth 2.0 protocol on any webservice.
The email structure
The email structure is a preset structure of WLanguage (no declaration is required)......
geoDistance (Function)
Returns the distance between the two locations. This distance is expressed in meters by default.
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).
mongoWriteConcern (Type of variable)
The mongoWriteConcern type is used to define the level of acknowledgment of receipt requested for the write operations in a stand-alone mongod, in a set of replicas or in fragmented clusters.
MatNbColumn (Function)
Returns the number of columns found in a matrix.
MatNbLine (Function)
Returns the number of rows found in a matrix.