ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WinEdSaveNote (Function)
Exports the repositionable notes created by the user into a file.
Variable Description (Type of variable)
The Variable Description type is used to get information about a variable or a member.
WX file
The "Executable Name".WX file is used to manage some features directly, even if these features have not been included in the application. This file is found beside the executable....
Displaying a report in PDF format in the browser of the Web user
To display a report in PDF format in the browser of the Web user, you must......
SecurePassword (Type of variable)
The SecurePassword type is a structured type used to obtain a secure, hashed and salted password.
GridlinesVisible (Property)
BuildBrowsingTable (Example)
Usage example of the BuildBrowsingTable function
Color constants
The color constants are mainly used in the chart functions, the print functions and the drawing functions......
BreakDelete (Function)
Deletes a break from a Table control or from a Looper control.
WinEdUndo (Function)
Undoes the last action performed by the end user when modifying the interface ("Allow end users to modify the UI" option enabled).
WinEdRedo (Function)
Runs the last action undone by the end user ("Allow end users to modify the UI" option enabled).
RGB (Function)
Defines a color from its Red, Green and Blue components.
Communicating with the Web user
From now on, with the new Web technologies, the sites can look more like Windows applications and display dialog boxes......
NumHelp (Function)
Returns the number of the help context associated with the specified control.
Configuring the Apache 2.2 server
WEBDEV Development: Configuring the Apache 1.3.x or 2.0.x server for the CGI protocol and for the WEBDEV sites....
Materialized view
12. Synchronizing data
XML: Using files exceeding several gigabytes
Starting with version 23, an XML parser is available to handle XML files that are multiple GB in size......
MarkdownToDOCX (Function)
Converts a Markdown string to a DOCX file.
WindowBitmap (Function)
Creates the image of the specified window in a BMP file.
iCurrentFile (Function)
Returns the name of the file currently generated.
FilePath (Property)
The FilePath property gets the name of the file associated with a control.
Crosshair in a chart
In a Line chart, it may be difficult to read the value of axes for a point that is far from these axes......
HDescribeConnection (Example)
Usage example of the HDescribeConnection function
HTMLExecuteBrowserProcedure (Function)
Executes a WLanguage browser procedure in an HTML Display control that displays a page created with WEBDEV.