ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HFConf.Ini file
The HFConf.INI file is found at server root. This file is used to define several characteristics of HFSQL Client/Server server....
Creating an executable: Operating mode and library
The operating mode of an executable allows you to define whether the executable can be used by one or more users......
Configuring Automatic Update
Automatic Update is an application that allows you to automatically or manually update the different PC SOFT products you own......
Libraries (.WDL file)
A library is a WDL file that contains all WINDEV or WEBDEV resources ......
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
CurrentTitle (Function)
Modifies the title of the current window (returned by CurrentWin) and the title bar.
HSetLog (Function)
Enables or disables log management on a file.
EmailStartPOP3Session (Function)
Starts a session for receiving and reading emails with the POP3 protocol.
Installing 64-bit WINDEV, WEBDEV or WINDEV Mobile
This chapter presents the configuration required to install WINDEV, WEBDEV or WINDEV Mobile in 64-bit mode......
Rights on the virtual directory
WDADMINEXE : Controlling the application remotely
The remote control of a WINDEV application allows the manager of an application used in network to manage the automatic or forced shutdown of the application for all the current users......
zipCreateExe (Function)
Creates a self-extracting archive as a 32-bit executable (.EXE).
NotifPushProcedure (Function)
Specifies the WLanguage procedure called when a push notification is received by a WINDEV Mobile application (Android or iOS).
Managing the SNMP protocol
SNMP (Simple Network Management Protocol) is the standard protocol for managing the network devices......
SensorGetOrientation (Function)
Retrieves the current orientation of the device on one of its 3 axes.
TraceStart (Function)
Opens the trace window or saves the trace information in a text file.
FinPeriodInterest (Function)
Calculates for a given period the amount of interests due for a loan paid off by fixed periodic payments with a fixed interest rate.
FTPConnect (Function)
Connects the current computer to an FTP server (File Transfer Protocol).
Associating an image with the elements of a TreeView control
The different methods for associating an image with the elements of a TreeView control....
Handling Sidebar controls programmatically
WINDEV and WINDEV Mobile allow you to handle Sidebar controls programmatically......
Proxy (Function)
Specifies whether the communication functions that use HTTP or HTTPS must go through a proxy to execute their requests. A proxy is used to share the access to Internet between the different network computers.
HChangeConnection (Example)
Usage example of the HChangeConnection function
TableDeleteSelect (Function)
Deletes the selected rows from a Table or Treeview Table control.
EmailCheckAddress (Function)
Checks the validity of an email address.
TestCheck (Function)
Writes a result into the status report of a test according to the result of a boolean expression.