ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Native PostgreSQL Connector: Programming with HFSQL functions
To use a PostgreSQL database with Native Connector (also called Native Access), the structure of PostgreSQL tables must be imported into the WINDEV or WEBDEV analysis......
gFont (Function)
Builds a sequence of characters describing the font that will be used for the text.
Handling a toolbar through programming
WINDEV allows you to handle a Toolbar control through programming......
NetStartServer (Function)
Starts an FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV. This function is kept for backward compatibility....
BeaconDetectPrecise (Function)
Used to find the Beacons near the device.
fMakeDir (Function)
Creates a directory (and the intermediate directories if necessary).
fCopyDir (Function)
Copies the contents of a directory and its subdirectories.
iPrintBodyComplement (Function)
Forces a body complement block to print while specifying the height of complement block.
iForceComplement (Function)
Forces the printing of a Body Complement block.
EmailReadMessageHeader (Function)
Reads the header of an incoming email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
EmailRunApp (Function)
Starts the native application for sending emails found on the current computer: Computer running Windows, Mobile device (Android, iPhone, iPad)....
Constants for managing contact functions
EnumMenu (Function)
Returns: the name of nth option or sub-option found in the main menu of window. the name of nth option or sub-option found in a custom context menu (created with WINDEV or WINDEV Mobile)....
Native MariaDB Connector: Programming with HFSQL functions
To use a MariaDB database with Native Connector, the structure of MariaDB tables must be imported into the WINDEV or WEBDEV analysis......
Native MySQL Connector: Programming with HFSQL functions
To use a MySQL database with the Native Connector (or Native Access), import the structure of MySQL tables into the WINDEV or WEBDEV analysis......
3. Deploying a WINDEV application
XMLRead (Function)
Returns the value of an XML element or the value of the attribute for an XML element.
Generation of a class diagram using reverse engineering
WINDEV, WINDEV Mobile and WEBDEV allow you to create the class diagram of an application using reverse engineering (files "......
Transparency of windows
WINDEV allows you to apply a transparency coefficient to the windows......
ControlNext (Function)
Returns the name of the next control in input mode.
The ActiveX control
The ActiveX control is used to easily manage the ActiveX technology......
grDestinationBMP (Function)
Defines a BitMap file as destination of a chart (BMP means BitMap).
GPSInitParameter (Function)
Initializes the parameters of geolocation WLanguage functions and finds a location provider.
ExceptionInfo (Function)
Retrieves information about the current exception.
MVP RAD
WINDEV proposes an MVP RAD that generates the "table" and "form" windows as well as the necessary Presenter and Model classes......