ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Process (Property)
The Process property is used to modify the processes to be executed by the events available on a control, window, page, report, etc.
StringIncrement (Function)
Increments a number at the beginning or at the end of a string.
Multi-touch in an Image control
One of the most common applications of the multi-touch feature is used to handle images......
AuthIdentify (Function)
Performs an authentication using the OAuth 2.0 protocol on any webservice.
iPrintImage (Function)
Sends the image file to print to the print buffer.
Report based on a form
The report editor gives you the ability to print reports on pre-printed forms (image file or PDF file)......
fWriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
Left (Function)
Extracts the left part (i.e., the first characters) from a string or buffer.
CharactTypeCount (Function)
Returns the number of characters matching a given type.
ArraySeekByProcedure (Function)
Seeks an element in a one-dimensional WLanguage array by using a comparison procedure.
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....
User Groupware (WINDEV and WEBDEV): Options and settings
An application is often intended to be used by several users connected via a network......
mongoWriteConcern (Variable type)
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.
HDeclareExternal (Function)
Temporarily imports into the current database schema the description of a table from an existing HFSQL table.
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.
StreamConfigure (Function)
Specifies the network parameters required to use the Conference controls on Internet.
ByAddress (Property)
The ByAddress property is used to determine if a procedure parameter was passed by address.