ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Project anomalies: dead code and orphan elements
...WINDEV, WEBDEV and WINDEV Mobile allow you to easily detect these "dead codes" and "orphan" elements....
BurnerSelect (Function)
Used to select the default burner.
Events associated with a Dashboard control
WINDEV and WINDEV Mobile manage the following events by default (order of appearance in the code editor)...
fShortName (Example)
Usage example of the fShortName function
Choosing the action associated with a WEBDEV button
Whatever the type of button, it is possible to associate an action with it......
XMLExtractDocument (Function)
Creates a new XML document from an existing XML document.
BackgroundColor (Property)
The BackgroundColor property is used to set the background color of a control, window, page or block of a report.
HImportJSON (Function)
Imports a JSON file into a data file in HFSQL Classic format (data file described in the data model editor or declared by HDeclare, HDeclareExternal or HDescribeFile).
xpathResult (Type of variable)
The xpathResult type is used it find out the result of the execution of an XPATH query.
XMLExtractString (Function)
Extracts the content of a tag found in an XML document.
DndTarget (Property)
The DndTarget property determines and changes how a control behaves in a drag-and-drop operation.
ScrollWithFinger (Property)
The ScrollWithFinger property is used to: Determine if the content of a control can be moved with the finger ("finger scrolling"). Enable or disable touch-responsiveness for a control....
BurnerCompilationInfo (Function)
Retrieves the characteristics of current compilation.
HTTPCookieGet (Function)
Retrieves the cookies read by a call: to HTTPRequest for an HTTP domain. to HTTPSend for an HTTP domain....
Performance profiler
The performance profiler (also called Profiler) is used to check and optimize the execution time of your application......
ProgressBar (Function)
Displays a progress bar in the status bar of current window.
The .NET 2.0 control (WinForm)
The ".NET 2.0 control (WinForm)" is used to easily manage the.NET controls in WinForm format (for.NET 2.0)....
fMemOpen (Function)
Opens a memory zone shared between several applications.
BurnerAddFile (Function)
Adds a file to the compilation.
FBStartSession (Function)
Used to authenticate and log in to Faceboook.
Installing WINDEV, WEBDEV or WINDEV Mobile
This chapter presents the configuration required to install WINDEV, WEBDEV or WINDEV Mobile as well as the different steps of setup......
Name (Property)
The Name property is used to get: the name of the font associated with a Font variable. the name of a control, report or report block. the name of a control, group of controls or window. the name of a control, group of controls or page....
Conditions for using a .NET assembly
Before using a .NET assembly, a specific configuration is required......
MatchRegularExpression (Function)
Checks whether a character string matches a specific format and retrieves the different substrings that match the format.
Query editor
The query editor is used to automatically create queries on the data files......