ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

StoredItem (Property)
The StoredItem property is used to: Find out the stored item or the stored variable of a Table, Looper, List Box or Combo Box control. Modify the stored item or the stored variable of a Table, Looper, List Box or Combo Box control....
The Table control on mobile devices (Android and iOS)
The Table control is available for Android and iOS applications......
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.
The Drawer control
The Drawer control can be expanded in order to display (or not) the integrated controls......
SQLChangeConnection (Function)
Modifies the current connection.
RGB (Function)
Defines a color from its Red, Green and Blue components.
ExeInfo (Function)
Retrieves the specified information about the version of an executable or DLL.
Stack (Type of variable)
A Stack variable is a structured type that is used to group a set of elements of the same type.
HexaToBuffer (Function)
Converts a string with hexadecimal bytes to a binary buffer.
iPrintImage (Function)
Sends the image file to print to the print buffer.
ArraySeekByProcedure (Function)
Seeks an element in a one-dimensional WLanguage array by using a comparison procedure.
TableModify (Function)
Modifies a row in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
SysDateTime (Function)
Returns or modifies the system date (current date and time defined on the current computer).
SQLDisconnect (Function)
Closes the current connection and frees the memory used by the connection.
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....
ExceptionThrow (Function)
Artificially triggers the security mechanism of WLanguage by throwing an exception.
User Groupware (WINDEV and WEBDEV): Options and settings
An application is often intended to be used by several users connected via a network......
EnumerationFromName (Function)
Returns an enumeration value known by its name.
CombinationFromName (Function)
Returns a combination of one or more options known by their names.
ExtractLine (Function)
Extracts a specific line from a character string.
Multi-touch in an Image control
One of the most common applications of the multi-touch feature is used to handle images......
fClose (Example)
Usage example of the fClose function
SQLClose (Function)
Declares the end of the query execution and frees the memory resources allocated during the execution of the query.
Length (Function)
Returns: the length of a string, i.e., the number of characters in the string (including spaces and binary zeros). the size of a buffer, i.e., the number of bytes in the buffer....