ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Communicating with an SSH server
Secure Shell (SSH) is a secure communication protocol. The exchanged data is secured via encryption keys....
HUnlockFile (Function)
Unlocks the records of a data file: locked by HLockFile. individually locked by a locking read function....
sParameter (Function)
Defines or modifies the parameters for configuring the specified serial port, parallel port or infrared port.
iSelectFont (Function)
Creates a new print font from the standard window for font selection...
InReportsAndQueriesMode (Function)
Indicates whether the code is run during the test of a report or query in Reports & Queries.
Feedback component
The Feedback component is a component provided with WINDEV......
HTTPDestination (Function)
Indicates the backup file for the result of next HTTP request, run in the same thread.
Move (Function)
Allows you to: move an element in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.). The other array elements are moved accordingly. swap two elements in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.)....
Error 2109: You are using the ObjectInfo function
DashMode (Function)
Opens or closes the Dashboard control edit mode.
CharactType (Function)
Returns information about the type of character.
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....
SQLChangeConnection (Function)
Modifies the current connection.
mongoDatabase (Type of variable)
The mongoDatabase type is used to define the characteristics of a database for a MongoDB server.
2. Analysis in practice
SynchroHFSQL (Property)
The SynchroHFSQL property is used to: get the refresh mode of a Table control based on a data file linked to an HFSQL Client/Server data file. specify the refresh mode of a Table control based on a data file linked to an HFSQL Client/Server data file....
Operations in a Select query : add and delete
The following paragraphs present......
NbLinesPerPage (Property)
The NbLinesPerPage property is used to: Get and set the maximum number of Table rows per page. Get and set the maximum number of Looper rows per page....
FontCreate (Function)
Creates a font definition.
Access (Property)
The Access property is used to manage the type of access of a connection (HFSQL Client/Server, OLE DB, etc.)....
HNbRec (Function)
Returns the number of records in a file, query or HFSQL view: active records, crossed records, deleted records, etc.
Use (Function)
Opens a WINDEV window and closes all the other windows that were opened beforehand.
Android application: Using and sharing SQLite data
For the Android applications, the available databases are HFSQL (Classic and Client/Server) and SQLite....
Constants for managing contact functions
How to create an SQL query to get a sum?
This help page explains how to create a Sum query with the query editor....