ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

PositionOccurrence (Function)
Finds the Xth position of a string within another string.
InWebMode (Function)
Indicates whether the current process is run: from a WINDEV executable. from the WEBDEV runtime engine (AWP)....
TableInputInProgress (Function)
Indicates whether a Table or TreeView Table control is currently in edit.
Contains (Function)
Allows you to check if a substring is within a string.
HCreationIfNotFound (Function)
Performs the following operations: If the table doesn't exist, create an empty table (file with ".FIC" extension) with the index file, the full-text index file and the memo file if necessary. The function is equivalent to HCreation. If the table exists, opens the table....
Creating an action plan
The action plans group all actions that will be performed by the software factory....
ArrayInfo (Function)
Returns the characteristics of an array: type of elements, number of dimensions, dimensions, etc.
restResponse (Variable type)
The restResponse type is used to define all the advanced characteristics of a REST response.
ArrayDeleteAll (Function)
Deletes all elements: from a one-dimensional or two-dimensional WLanguage array. from an associative array. from an advanced array property (array of gglCalendar events, etc.). from a WLanguage queue. from a WLanguage stack. from a WLanguage list....
HOpen (Function)
Opens a table.
ExecuteProcess (Function)
Starts the execution of a process programmatically, i.e. without the user having to perform any particular action in the interface.
HFileExist (Function)
Determines: whether a file exists, which means whether it was physically created (HCreation or HCreationIfNotFound). whether a view or a query was defined....
EndProgram (Function)
Ends the execution of the current program.
The options of the User Groupware
An application is often intended to be used by several users connected via a network......
HCreation (Function)
Creates an empty data file (".FIC" extension) with the index file and the memo file if necessary.
HCreateSubscriberReplica (Function)
Creates the description file of a subscriber replica.
HNoModif (Function)
Forbids all the modifications on a data file (for all the programs, including the one that requested the no-modification policy).
Database (Property)
The Database property is used to manage databases associated with a connection (HFSQL Client/Server, OLE DB, etc.)....
LooperDeleteAll (Function)
Deletes all rows from a Looper control populated programmatically.
HNbRec (Function)
Returns the number of records in a file, query or HFSQL view: active records, crossed records, deleted records, etc.
BackgroundImage (Property)
The ImageFond property lets you view and modify the background image of an element: window, page, field or state.
MapMode (Property)
The MapMode property determines and changes how the map is displayed in the Map control.
StringInsert (Function)
Inserts a string into another character string at a given position.