ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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....
HFSQL Client/Server: Backing up databases
Like for any database, backups of your HFSQL Client/Server databases must be performed on a regular basis......
WINDEV and the communication streams (audio, sound)
To handle the communication streams, WINDEV includes......
Reports
A report provides a custom view of data......
Binding a WEBDEV slider to an item
A WEBDEV slider can be bound to an item in a table, query, etc....
Calendar functions
List of Calendar functions...
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....
Reverse code modeling
The reverse code modeling allows you to view in a graph......
Creating an executable: Managing manifests
When running an executable, Windows Vista (and later) performs several checks regarding the rights of the current user via the UAC mechanism (User Account Control)......
RTFToText (Function)
Returns the text without the formatting characteristics specific to RTF.
Mashup
The concept of Mashup consists in aggregating data coming from different software, different services, different data sources, ......
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.
BackgroundImagePrinted (Property)
The BackgroundImagePrinted is used to: Determine if the background image of a report (form or other) should be printed. Print (or not) the background image of a report....
Animating the windows of a WINDEV application
To give your applications an outstanding style and to impress the users when starting your applications, the windows can be animated when they are opened and/or closed......