ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Project elements
The project includes windows, reports, queries, help files, sets of procedures, ...
The "Browser" pane
When a WINDEV, WEBDEV or WINDEV Mobile element (analysis, query, ...
Exporting elements to a directory
All the elements handled by a project (window, report, classes, set of procedures, queries, ...
Importing elements into a project
All the elements of a project (windows, reports, classes, sets of procedures, queries...
dArc (Function)
Draws an arc of circle or an arc of ellipse: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
AAF: Handling the columns of a Table control
The Table controls displayed in a window allow the end user to perform several operations......
How to avoid displaying the URL of WEBDEV pages in the browser?
By default, when the user connects to a site developed with WEBDEV, the address bar of the browser contains an address in the following format......
CertificateLoad (Function)
Loads a certificate from a file or a buffer.
Converting an HFSQL Classic database into HFSQL Client/Server
There are two methods to convert HFSQL Classic databases to HFSQL Client/Server in WINDEV, WEBDEV and WINDEV Mobile......
iParameterViewer (Function)
Configures the report viewer.
Interactive notifications
A notification is a small window that appears at the bottom right of the screen, and that can be viewed at any time in the Windows notification area......
SystemIntegerToInteger (Function)
Converts a system integer to a 4-byte integer.
GenerateGeometricImage (Function)
Randomly generates an image with geometric shapes. This image can be used to temporarily fill an Image control, for example.
HDescribeConnection (Function)
Describes a new connection to an external database.
Native xBase/FoxPro Connector
WINDEV and WEBDEV propose a Native xBase/FoxPro Connector (or Native xBase/FoxPro Access) module......
WDInst: managing the files to install
The setup editor WDInst is used to manage the files to install......
Errors while managing data files
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
Management of Google documents
Google Docs and Google Spreadsheet are the online word processing and the online spreadsheet proposed by Google......
WDAPI: Converting a declaration of C function or structure
WDAPI is used to convert a declaration of C function or structure into a declaration of WLanguage function or structure......
FolderWeb (Function)
Returns the path of the directory containing: the images, the JavaScript files, the Java applet files, the other files accessible from the browser....
Native Access Connector
This type of Native Connector allows access to ACCESS databases for better interoperability purposes......
Error 1045: A class cannot be declared outside the declaration code of a class
Error 1015: The method of the class is protected
Image Editor control: Options in the ribbon and the panes
The Image Editor control offers a host of options accessible via......
ScriptExecute (Function)
Calls an external script (.asp or .php) and returns the result in a string.
TreeStatus (Function)
Returns the status of a node: collapsed, expanded or not found.
TableAddChild (Function)
Adds a row into a TreeView Table control, at the end of a given hierarchy level.
LooperInfoXY (Function)
Used to find out the row or control located at specific position in the Looper control (X, Y).
14. Controls in practice