ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

20. Managing suggestions and incidents
Managing suggestions and incidents...
Native Oracle Connector: Programming with SQL functions
The SQL functions can be used to handle the ORACLE database, regardless of whether WDORAINS is used or not to configure the accessed database......
SpreadsheetAddLink (Function)
Creates a link in a Spreadsheet control cell. The text in the cell becomes the link.
<Spreadsheet>.AddLink (Function)
Creates a link in a Spreadsheet control cell. The text in the cell becomes the link.
Creating a WINDEV application for Linux
WINDEV allows you to create native 64-bit Linux executables. Their UI is developed with the window editor....
Binding an Edit control to an item
An Edit control can be bound to an item in a data file, query, etc, ......
grTitle (Function)
Modifies the caption and/or position of the chart title....
List of operators
Aligning elements in a List Box or Combo Box control (prefix syntax)
Several methods can be used to align the elements found in a List Box or Combo Box control......
<Source>.SetTransaction (Function)
Enables or disables the management of transactions for one or more files.
Message
The Message keyword can correspond to: the Message function. the Message property, which is used to get and change the help message of a control or menu option in a window. the Message property available for: a SFError variable. the email structure. an Email variable. a Notification variable....
ToolTipTitle (Property)
The ToolTipTitle property gets and sets the text displayed in the tooltip associated with the column title of a Table control. This tooltip only appears when the Table control column title is hovered over.
<Window>.FromFile (Function)
Automatically updates the controls in a window or page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
<Source>.ToPage (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
SpellCheck (Function)
Indicates whether the spelling of a word is correct (which means whether it is found in the OpenOffice dictionary installed on the computer).
Specific page for displaying the site errors
If an error occurs in the dynamic WEBDEV site, a standard error page is displayed by default. This page informs the Web user of the error that occurred in the site....
grSunburstPullOut (Function)
Pulls out a section (or all the sections) in a Sunburst chart.
WinOutWidth (Function)
Returns the full width of a window.
Today (Function)
Returns or modifies the system date (current date defined on the current computer).
dFill (Example)
Usage example of the dFill function
Creating an RSS reader
WINDEV, WEBDEV and WINDEV Mobile allow you to produce and/or consume an RSS feed (Rapid Simple Syndication)......