ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Navigation history in the code
The different editors enable you to directly view the code of an element by pressing the F2 key...
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....
Gantt Chart report
The report editor gives you the ability to create "Gantt Chart" reports......
Creating the menus for the windows of the WINDEV RAD pattern
MyParameters (Reserved word)
The MyParameters keyword is used to handle the parameters passed to a WLanguage procedure...
WDSQL: Creating an SQL query
Once the connection to the database is established, WDSQL allows you to create different types of SQL queries......
Manipulating Dashboard controls programmatically
To programmatically manipulate Dashboard controls, WINDEV, WEBDEV and WINDEV Mobile include dashboard-specific functions......
fOpen (Function)
Opens an external file (ANSI or UNICODE) in order to handle it through programming.
XMLWrite (Function)
Creates or modifies the value of an XML element or the value of the attribute for an XML element.
TreeView Table control functions
List of functions for managing TreeView Table controls...
AppointmentReset (Function)
Reinitializes: the Appointment structure. the Appointment variable....
StringEndsWith (Function)
Checks whether a character string ends: with a specific character string. with one of the character strings in an array....
DirectInputAPT (Property)
The DirectInputAPT property is used to determine and specify if the user can directly change the title of an appointment in a Scheduler or Organizer control.
ResourceHeight (Property)
The ResourceHeight property is used to get and change the height of resources in a Scheduler control where resources are arranged in rows.
Before (Property)
The Before property replaces or inserts a procedure before the other procedures in: a Procedure variable. an event associated with a control....
DashAddWidget (Function)
Adds and displays a widget (internal window) in a Dashboard control.
How to browse the directories of a disk?
This help page explains how to browse the directories found on a disk....
How to write into a text or CSV file?
This help page explains how to write into a text or CSV file....
InitRandom (Function)
Initializes the generator of random numbers.
NbPrintedRec (Property)
The NbPrintedRec property is used to determine the number of records already printed.
fMakeDir (Function)
Creates a directory (and the intermediate directories if necessary).
fCopyDir (Function)
Copies the contents of a directory and its subdirectories.
GetIdentifier (Function)
Calculates a unique identifier (integer) for an executable or for a session.
MatExist (Function)
Checks the whether the matrix exists in memory.
sEscape (Function)
Runs different functions that directly affect the bits of serial port, parallel port or infrared port, independently of the communication protocol.
Generating SQL scripts
The content of an analysis can be exported in the format of SQL scripts for a specified database (SQL Server, Oracle, ......