ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Pane (Property)
The Pane property is used to: Find out the pane tabs associated with a control. Define the pane tabs associated with a control....
<Source>.Version (Function)
Used to find out: whether the content of a file was modified. whether the content of a file used by a query was modified....
rssDisplay (Function)
Builds a RSS stream and returns the content of the RSS stream to the client.
SysReleaseDC (Function)
Frees the current DC (Device Context) retrieved by SysGetDC.
5. Modal, non-modal or MDI windows
Modal, non-modal or MDI windows...
Binding a Combo Box control to an item
Creating a RAD pattern
From version 12, a new RAD technology has appeared......
1. Project and analysis
Style (External language)
Loads a style sheet.
MDL file (kept for backward compatibility): Window description
The MDL file is the file used to generate a RAD window......
Variant (Type of variable)
The Variant type is used to: store any simple value: boolean, numeric (Currency, Real, Integer, etc.), characters and character string, date (Date, Time, DateTime and Duration), ... store named or indexed subelements. store any complex value: structures, classes, advanced types, arrays, associative arrays, queues, stacks and lists. handle the NULL value in WLanguage. store interactions with ActiveX objects and Automation programming....
Changing the window content by swipe
The mobile devices propose several features available via finger movements......
Visibility of the elements found in an external component
When creating an external component, you have he ability to define the elements of the external component that will be accessible (or not) by the user of the component......
RTFInsert (Function)
Inserts a character string in RTF into the content of an RTF control (found in a window or in a report) or into the content of a character string in RTF.
Creating an application that manages the Euro
The method for creating an application supporting the switch to the Euro is as simple as the method for creating a WINDEV application....
AAF: Simple edit options in an edit control
The context menu of an edit control is used to perform simple edit operations...
Creating an executable: Information and version number
The version information of an executable corresponds to the information visible in the Windows file explorer....
Multi-control search: search in a window
You want to find a word in the controls of your window? Nothing is easier, press CTRL + F and type the word to find......
Email (Type of variable)
The Email type is used to handle the email content as well as the associated information.
XML management: Use example
This application example manages an XML file named "Orders......
ContextOpen (Function)
Opens a new page context without returning the information to the browser.
Dynamic Automation object
A dynamic automation object is an automation object allocated upon request, during the program execution...
OLELoad (Function)
Initializes an OLE control with an OLE object.
BREAK statement/"BREAK:" label
The keyword BREAK can correspond: to the BREAK statement: it allows you to exit a set of instructions and run the rest of the current process. to the BREAK label: it allows you to declare a section of code in a loop. This code will be run when exitingfrom the loop with a "BREAK" statement....
How to associate an image with an element found in a TreeView Table?
This help page explains how to customize the default image associated with the elements found in a TreeView Table....