ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

PageWriteCustomHTTPCode (Function)
Specifies the custom HTTP code that will be returned to the client after the server code of the page is executed.
HFSQL Client/Server functions (prefix syntax)
Several HFSQL functions are used to manage the HFSQL Client/Server data......
<Connection variable>.InfoFileRights (Function)
Allows you to find out the rights granted to a user or to a group on an HFSQL Client/Server data file....
<Connection variable>.ListStoredElement (Function)
Returns the list of elements stored on an HFSQL server (sets of procedures, stored procedures or queries).
ContextExist (Function)
Allows you to find out whether a page context exists on the server (which means whether the page was opened).
<Connection variable>.DeleteFile (Function)
Deletes the HFSQL data files (.fic, .ndx, .ftx and .mmo files if they exist) from the server.
<Variable sshSession>Command (Function)
Sends a command to an SSH server. The session is automatically started and closed as soon as the command is sent.
HPrepareQuery (Function)
Initializes a query and declares this query to the database server in order to optimize the next executions of this query.
websocketClient (Variable type)
The websocketClient type is used to identify and define all the advanced characteristics of a client connected to a WebSocket server.
Authentication (Property)
The Authentication property defines the authentication method required to access resources in a given server or website.
<Source>.PrepareQuery (Function)
Initializes a query and declares this query to the database server in order to optimize the next executions of this query.
HUpdateView (Function)
Creates or updates the description of an SQL view or materialized view from the database schema to an HFSQL server.
Consuming a web service
WINDEV Tutorial: Consuming a web service Consuming a web service - 10 min
HListConnection (Function)
Returns the list of connections currently described in the application.
HTrack (Function)
Starts tracking write actions (addition, modification or deletion) performed on a file found in an HFSQL server.
13. Universal replication
HFSQL Control Center: Overview
The HFSQL Control Center allows you to manage the different HFSQL databases (Network, Mobile, Client/Server) of an organization......
FTPRemoveDir (Function)
Deletes a directory and its content (files and sub-directories) from an FTP server (File Transfer Protocol).
SAP ASE Native Connector (Sybase): 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 database schema......
4. Debugging modes
There are two different modes to debug a WINDEV Mobile application...
HDisconnectClient (Function)
Displays a message on the Client computer(s) and disconnects the application.