ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Database (Property)
The Database property is used to manage databases associated with a connection (HFSQL Client/Server, OLE DB, etc.)....
restRequest (Type of variable)
The restRequest type is used to define the advanced characteristics of a REST request.
StringReverse (Function)
Reverses the characters of a string.
aiNeuralNetworkModel (Type of variable)
The aiNeuralNetworkModel type is used to define all the advanced characteristics of a neural network used by AIDetectModel.
restResponse (Variable type)
The restResponse type is used to define all the advanced characteristics of a REST response.
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.
The options of the User Groupware
An application is often intended to be used by several users connected via a network......
PositionOccurrence (Function)
Finds the Xth position of a string within another string.
EndProgram (Function)
Ends the execution of the current program.
Native DB2 Connector: Programming with HFSQL functions
To use a DB2 database with Native Connector, the structure of DB2 tables must be imported into the WINDEV or WEBDEV analysis......
Native Sybase Connector: Programming with HFSQL functions
To use a Sybase database with Native Connector, the structure of Sybase tables must be imported into the WINDEV or WEBDEV analysis......
httpRequest (Type of variable)
The httpRequest type is used to retrieve the advanced characteristics of an HTTP/HTTPS request....
WBAdminConnection (Type of variable)
The WBAdminConnection type is used to get all the advanced characteristics of a connection on the server. This connection can correspond to a session, an AWP request, a schedule task, etc.
HNbRec (Function)
Returns the number of records in a file, query or HFSQL view: active records, crossed records, deleted records, etc.
Notification (Type of variable)
The Notification type is used to handle the local notifications or the push notifications.
LooperDeleteAll (Function)
Deletes all rows from a Looper control populated programmatically.
HChangeDir (Function)
Changes the path to a data file (i.e. directory in which the file will be handled).
beaconDetectionInfo (Type of variable)
The beaconDetectionInfo type is used to describe information relative to a Beacon detected with BeaconDetectPrecise.
HFilter (Function)
Defines and enables a filter on a data file, view or query.
MapMode (Property)
The MapMode property determines and changes how the map is displayed in the Map control.
fUncompress (Function)
Decompresses a file that was compressed by fCompress.
ChangeCharset (Function)
Retrieves and/or changes the character set used: by all the screen fonts. by all the operations performed on the character strings (functions and/or operators)....
TableSelectCount (Function)
Returns the number of selected elements in a Table or TreeView Table control (especially multi-selection controls).
StringInsert (Function)
Inserts a string into another character string at a given position.