ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Dynamic array (Variable type)
A dynamic array is an "advanced" type of array...
Delete (Reserved word)
The memory occupied by a dynamic object (array, class object, ...
New (Reserved word)
New is used to allocate memory space...
TableAddLineWithAnimation (Function)
Adds a row to a Table or TreeView Table control with an animation.
8. Windows in practice
Discover the main actions that can be performed on the windows....
grInfoXY (Function)
Returns information about the series found at a specific chart point.
Anchoring controls in a report
The anchors are used to define the behavior of controls during a resize operation......
7. Multilingual applications in practice
Printing a watermark text
A report (and a duplicate copy) can include an additional text in the format of a watermark, such as "Confidential" or "Duplicate" printed across the report....
FBStartSession (Function)
Used to authenticate and log in to Faceboook.
The Map control: Automatic Application Features (AAF)
The Map control proposes several features directly accessible to the end user......
ExecuteAncestor (Function)
When the code is overridden, used to run the process of the template corresponding to the process of the current control.
5. Modal, non-modal or MDI windows
Modal, non-modal or MDI windows...
I was using C with WINDEV 5.5. How to proceed in WINDEV 2024?
You have the ability to use external languages with WINDEV......
TableInsertLineWithAnimation (Function)
Inserts a row into a Table control or into a TreeView Table control with an animation.
2. Examples provided with WINDEV
The examples provided with WINDEV are intended to help you learn the features of WINDEV....
BarCodes (Type of variable)
The BarCodes type is used to handle the information found in a bar code.
ChangeSkinTemplate (Function)
Dynamically changes the skin template: of all windows found in the current application, of the windows found in the WINDEV components used by the application, of a specific window found in the project....
Accessing an LDAP directory
An LDAP directory is used to share information databases on a local or external network....
Sunburst chart
The Sunburst chart is a Pie chart containing several levels of hierarchical data......
TableListChild (Function)
Lists the "children" of a node and the "child" elements of these "children" in a TreeView Table control.
beaconDetectionInfo (Type of variable)
The beaconDetectionInfo type is used to describe information relative to a Beacon detected with BeaconDetectPrecise.
Help editor options
The options of the help editor ("Display......
Code editor: Assisted input
The following mechanism allows developers to write WLanguage code more easily in the code editor ......
MouseXPos (Function)
Returns the horizontal position (X) of the mouse cursor relative to the specified window or control. Used in a mouse or stylus process (click, hover, left or right button down, etc.).
MouseYPos (Function)
Returns the vertical position (Y) of the mouse cursor relative to the specified window or control. Used in a mouse or stylus process (click, hover, left or right button down, etc.).
WeekNumber (Function)
Returns the week number within the year that corresponds to the specified date (this date is a character string).
fEncrypt (Function)
Encrypts a file in binary or ASCII format.