ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

AuthImportToken( Function)
Creates a webservice access token from an description token in JSON format.
dbgCheckNotNull (Function)
Checks whether an expression is not Null in assertive programming and in automated test mode.
StringDelete (Function)
Deletes: all the occurrences of a substring within a string. part of a string within another string. The part of the string to remove is identified by its position and length....
DateToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date.
Round (Function)
Returns the rounded value of a numeric value according to the specified number of decimal places.
HRetrieveItem (Function)
Returns the content of an item found in the current record (in the data file, view, query, ...).
Virtual (Property)
The Virtual property is used to determine if an element is virtual.
Window (External language)
Returns the number of windows opened at a given time.
PicClose (Function)
Closes the image found in an Image Editor control.
MapPopupDisplayed (Function)
Indicates whether the popup of a marker in a Map control is displayed.
GrantType (Property)
The GrantType property gets the grant types available.
KanbanInfoXY (Function)
For a given position (coordinates of a point) in a Kanban control, returns one of the following: the number of the card at that position, the number of the list at that position...
dbgCheckNull (Function)
Checks whether an expression is Null in assertive programming and in automated test mode.
DriveCreateFile (Function)
Creates a file on the remote disk.
DriveCreateDirectory (Function)
Creates a directory on the remote disk.
ActionBarSearchVisible (Function)
Allows you to get and change the visibility status of the search control associated with the Action Bar in the current window.
HForward (Example)
Usage example of the HForward function
TableTypeItem (Function)
Checks the existence of an element in a TreeView Table and returns its type (node or leaf) if the element exists.
SaaS functions
The SaaS functions are as follows:
Screen,Next (External language)
Returns the name of the next editable control.
SecondaryMessage (Property)
The SecondaryMessage property is used to get and change the secondary message displayed below the primary message of the notification.
SpreadsheetDeleteColumn (Function)
Deletes a column from a Spreadsheet control.
Token management functions
Token management functions in "Text token" Edit controls....
MemcachedAssign (Function)
Modifies a key/value couple in the Memcached cache: If the key exists, the value is modified. If the key does not exist, the key/value couple is added....
grSaveImage (Function)
Saves the image of a chart in an Image variable.