ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

GraduationYSecondary (Property)
The Property GraduationYSecondaire allows you to know the step of the graduation on the secondary Y axis.
ScreenshotAllowed (Property)
The ScreenshotAllowed property is used to: Determine whether it is possible to take screenshots of a window, Allow or prevent taking screenshots of a window....
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....
<Table>.FormulaDeleteAll (Function)
Deletes all rows added with <Table>.FormulaAdd.
TotalNbRec (Property)
The TotalNbRec property is used to: Get the number of records to be printed. Change the number of records to be printed....
SearchValue (Property)
The SearchValue property is used to get and change the value of the search field in an Action Bar.
6. WEBDEV Account Manager
TableFormulaDeleteAll (Function)
Deletes all formulas added with TableFormulaAdd.
LabelWidth (Property)
The LabelWidth property is used to: Find out the width of labels in a "Label" report. Modify the width of labels in a "Label" report....
Mashup
The concept of Mashup consists in aggregating data coming from different software, different services, different data sources, ......
Automatic AJAX
The diagram below presents the automatic and immediate use of AJAX in a WEBDEV site......
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......
RTFToText (Function)
Returns the text without the formatting characteristics specific to the RTF format.
Description (Property)
The Description property is used to get and change the page description.
NFC: Transferring data
NFC (Near Field Communication) is a wireless communication technology at short range and high frequency used to exchange data (named "tag") between two devices or between a device and a bullet even at short distance (few centimeters)......
1. Testing a site: Elements to be tested
Creating a combining query
A combining query (corresponding SQL statement: UNION) ......
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).
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....
VisibleOutsideWindow (Property)
The VisibleOutsideWindow property is used to: determine if a button is visible even if its position (X,Y) is outside the border of the window (entirely or partially). modify the visibility of an "off-window" button....
UsefulWidth (Property)
The UsefulWidth property is used to get and change the useful width of an internal window (or supercontrol) with scrollbars.
UsefulHeight (Property)
The UsefulHeight property is used to get and change the useful height of an internal window (or supercontrol) with scrollbars.
AutomaticTextColor (Property)
The AutomaticTextColor property is used to identify and change the color to be used for the text of the elements that use the "automatic" color.
Events associated with reports
The following events are associated to reports (order of appearance in the code editor)......