ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Handling a control through programming in a report
All report controls can be handled through programming......
<emailIMAPSession variable>.AddFolder (Function)
Adds a folder into the messaging software using IMAP (Internet Message Access Protocol), ...
Handling Word Processing controls programmatically
Word Processing controls can be handled programmatically......
BitmapInfo (Function)
Retrieves the characteristics of an image file or the characteristics of a PDF file : format, width and height, number of bits per pixel....
Sunburst chart
The Sunburst chart is a Pie chart containing several levels of hierarchical data......
<pdfPage variable>.AddWatermark (Function)
Adds a watermark to a page of an existing PDF file.
"Syntax help" pane
The "Syntax help" pane displays a short help text for the function being entered......
<Source>.Add (Function)
Add: the record found in memory into the data file (query or view). the record found in a Record variable into the data file (query or view)....
Chart control: "Detail" tab
Regardless of the editor (window, page or report), the "Details" tab found in the description window of Chart control is used to describe......
BackgroundImageLine (Property)
The BackgroundImageLine property is used to get and change the background image of each row: of a Table control, of a TreeView Table control, of a Looper control....
Handling a Tab control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Tab control through programming......
Handling a TreeMap through programming
WINDEV allows you handle a TreeMap control through programming....
AutoCorrect (Property)
The AutoCorrect property allows you to define a set of automatic corrections to be applied in a Word Processing control as the user types.
StringToArray (Function)
Fills a one- or two-dimensional array of the specified type with the character string passed in parameter.
TwainToControl (Function)
Allows: view the document coming from the Twain device in an Image control. view the document coming from the Twain device in the user interface of device....
Importing a CSS style sheet
WEBDEV allows you to import a CSS style sheet into a WEBDEV project......
Printing reports from a WEBDEV site
By default, the "Print" icon allows the Web user to print the current site page......