ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

RTFToText (Function)
Returns the text without the formatting characteristics specific to the RTF format.
Characteristics of menu options
WINDEV and WINDEV Mobile manage two types of menus......
DisplayFormat (Property)
The DisplayFormat property gets and sets the expected display format for a given text: plain text, RTF or Markdown.
TableFormulaDeleteAll (Function)
Deletes all formulas added with TableFormulaAdd.
ScrollValue (Property)
The ScrollValue property gets and sets the scroll value.
Binding a WEBDEV slider to an item
A WEBDEV slider can be bound to an item in a data file, query, etc....
BurnerStatus (Function)
Returns the status of the current burner.
BurnerSave (Function)
Burns the files found in the compilation onto the CD or DVD.
BurnerEject (Function)
Opens or closes the door of current burner.
BurnerList (Function)
Returns the list of burners installed on the current computer.
BurnerMediaInfo (Function)
Retrieves the characteristics of the CD/DVD found in the current burner....
Font (Type of variable)
A Font variable creates a font programmatically...
6. WEBDEV Account Manager
MemZoneName (Property)
The MemZoneName property is used to: find out the name of the memory area used as data source for a report. modify the name of the memory area used as data source for a report....
WINDEV and the communication streams (audio, sound)
To handle the communication streams, WINDEV includes......
NbPrintedRec (Property)
The NbPrintedRec property is used to determine the number of records already printed.
NbRecRead (Property)
NbRecRead is used to find out the number of records read: selected both by the source of the report AND by the filter code (if it exists).
TotalNbRec (Property)
The TotalNbRec property is used to: Get the number of records to be printed. Change the number of records to be printed....
ViewName (Property)
The ViewName property is used to: find out the name of the HFSQL view, data source of a report modify the name of the HFSQL view, data source of a report....
Deploying a site (from the development computer)
Regardless of the type of site created by WEBDEV (static site or dynamic site), WEBDEV Development version allows your to automatically install the site on the server......
SearchValue (Property)
The SearchValue property is used to get and change the value of the search field in an Action Bar.
Automated tests on an executable
WINDEV proposes to run the different project tests directly on the corresponding executable......
Events associated with reports
The following events are associated to reports (order of appearance in the code editor)......
WinRefreshVisible (Function)
Modifies or returns the visibility state of the refresh bar in a window.
Automation object
The Automation keyword is used to declare an automation object...