ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Designing a supercontrol
A supercontrol is an advanced type of control......
gFont (Function)
Builds a sequence of characters describing the font that will be used for the text.
Creating, generating and deploying a web service
WINDEV and WEBDEV allow you to directly generate web services that use the SOAP technology......
Managing the automatic identifiers when adding a record
When adding a record into a HyperFileSQL file (HAdd), three management modes are available for the automatic identifiers......
LargeFontFactor (Function)
Returns the current enlargement ratio of a WINDEV window (only if Windows is in "large fonts" mode).
Private Store for mobile applications
There are two methods two deploy your applications......
<Drive variable>.ListFile (Function)
Lists the files in a cloud-based drive directory.
DriveListFile (Function)
Lists the files in a cloud-based drive directory.
Printing a report in WINDEV
When creating a report, the test of this report can be run from the report editor......
DeclareWebserviceContext (Function)
Used to declare a list of variables whose value will be persistent between the successive calls to a web service.
Select query: Displaying the first/last n records
The editor of Select queries is used to limit the number of records that will be displayed in the result of the query....
Sunburst chart
The Sunburst chart is a Pie chart containing several levels of hierarchical data......
<Image variable>.Font (Function)
Declares the font that will be used by dText in an Image variable.
<Image>.Font (Function)
Declares the font that will be used by dTexte in an Image control.
<WDPic variable>.Font (Function)
Declares the font that will be used by dText in a WDPic variable.
<picLayer variable>.Font (Function)
Declares the font that will be used by dText in a picLayer variable.
Functions for managing XLS files (prefix syntax)
List of functions for managing XLS files...
Displaying an Active WEBDEV Page
An Active WEBDEV Page can be displayed......
I was using Visual Basic with WINDEV 5.5. How to proceed in WINDEV 2024?
You have the ability to use external languages with WINDEV......
WDDeploy features
WDDeploy can be used to......
FileToArray (Function)
Fills an array of classes or structures with the content of an HFSQL data file or query.
Image with automatic sequence (WEBDEV)
...Image controls with automatic sequence are used to view a series of images located in one or more site directories. The images are automatically browsed....
Native Sybase Connector: Output value of a stored procedure run on the server
The Native Sybase Connector (also called Native Sybase Access) is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....