ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Managing rights on HFSQL Client/Server
To ensure data security and confidentiality, some actions may be restricted to a group of users......
NumToString (Function)
Converts a numeric value (integer, real or currency) to a string according to a specified format.
ImageInfoList (Function)
Returns the list of Exif tags available for the image used.
Using C# code
You can use C# code in WINDEV applications (Windows applications and components, .NET assemblies......
WorkingDirectory (Property)
The WorkingDirectory property is used to: get or change the directory used by the HTML Editor control to store the images and CSS sheets of an HTML page. get the directory used by the HTML Display control to store the images and CSS sheets of an HTML page. get the directory used by the Camera control to save photos and videos....
docElement (Type of variable)
The docElement type is used to handle each element found in a docParagraph variable.
The Bar Code control
The Bar Code control displays bar codes in your windows, pages or reports......
Serialize (Function)
Transforms the following elements into a specific format: a structure (and its subelements), a class (and its subelements), an array (including the associative arrays), a queue, a stack, a list....
Deploying a Java archive
Like for any application, WINDEV allows you to create a setup program for a Java application......
14. Generation modes
Generation modes...
Constants for managing videos
List of constants used by the functions for video management....
Handling a TreeView Table control programmatically
This page explains how to program TreeView Table controls......
Multiline (Property)
In a window or page, the Multiline property is used to: find out and modify the "Multiline" option of an Edit control. find out and modify the "Multiline" option of a column in a Table control. In a report, the Multiline property is used to determine and change the "Multiline" option of a control....
grColor (Function)
Returns and initializes the color of different chart elements.
SourceName (Property)
The SourceName property is used to: Get the name of the report data source. Change the report data source....
Native XML Connector
WINDEV and WEBDEV allow you to import and handle a definition of XML files via the data model editor......
Creating a .NET assembly that can be accessed using COM
To create a.NET assembly accessible by COM, you must......
Multiple assignments of arrays, structures and classes
The multiple assignment of arrays consists in assigning a set of simple values (boolean, integer, string, real, numeric or currency) to the cells of an array. This multiple assignment is also available for the structures and the classes....
MyParent (Reserved word)
MyParent is used to handle...
Configuring an existing project for the SCM
Some operations are required before an existing project can be used by the Source Code Manager......
FileToScreen (Function)
Automatically updates the controls in a window or page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
Native Oracle Connector: Specific features and remarks
Remarks and specific features of the Native Oracle Connector...
Description of an Organizer control (control of a window)
The Organizer control can be configured in the editor via the description window ("Details" tab)......
Creating an executable: WINDEV framework
Each WINDEV function is associated with a WINDEV DLL......
SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a Webservice proxy (SOAP).