ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Composite chart
A composite chart is a chart that displays several types of charts......
iHPos (Function)
iHPos is kept for backward compatibility.
Rectangle (Type of variable)
A Rectangle variable is a structured type that is used to represent a rectangle (X, Y, Width, Height) in 2 dimensions.
Thread management constants
List of constants used by the functions for managing threads, critical sections, semaphores, mutexes, ......
Setups while taking the Push into account
The setup while taking the Push into account is used to deploy an application on all the client computers of a network from a single management computer......
Deploying an iOS application
WINDEV Mobile tutorial: Deploying an iOS application 10 min
Constants for managing character strings
List of constants used by string management functions...
Project description: Advanced tab
The project description window allows you to configure various elements of your project......
Dictionary properties
The properties of a WDTRAD dictionary are as follows......
OrgElement (Type of variable)
The OrgElement type is used to define the advanced characteristics of an element found in an Organization Chart control.
Printing a report (iPhone/iPad, Android or Universal Windows App)
When creating a report, the test of this report can be run from the report editor......
Customizing the report viewer: Available windows
iVPos (Function)
iVPos is kept for backward compatibility.
WDAPI: Using the APIs in a WINDEV application
The two most interesting features of WDAPI are......
Sequence of events associated with reports
Several operations are performed when printing a report. These operations are performed in the following order......
ComponentInfo (Function)
Returns information about a component.
EnumControl (Function)
Returns the name of Nth control found in the specified element.
HOpenAnalysis (Function)
Opens an analysis in HFSQL Classic format.
HRestorePosition (Function)
Restores the context of a previously saved file (HSavePosition): current record, filter, pointers.
Menu option: operation performed and action
An option of a drop-down or context menu in a page can be associated with an action......
HCopyFile (Function)
Copies an HFSQL data file (.fic, .ndx and .mmo files if they exist): from the HFSQL server to the server (to perform a backup for example). from the HFSQL server to the client (to perform a local backup for example). from the client to the HFSQL server (to update the data files for example). from an HFSQL server to antoher HFSQL server....
WDSQL: Creating and running a script
A script is a set of SQL commands used to perform a specific operation (create a new table in the database, insert records, ......
Managing the load balancing (dynamic load balancing on server)
The server that is hosting a HFSQL database engine can be very busy......
Printing a report in WEBDEV
When creating a report, the test of this report can be run from the report editor. You also have the ability to include this report in your sites. The Web user will have the ability to print the report from a button, a menu option, ... for example....
Alias type
The Alias type is used to declare and handle a logical alias for a data file or query.