ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TableSearch (Function)
Performs a search in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
MarginHeight (Property)
The MarginHeight property is used to: Find out the vertical margin between the widgets found in a Dashboard control. Modify the vertical margin between the widgets found in a Dashboard control....
EventWait (Function)
Locks the current thread while waiting for the specified event to be opened.
grRaised (Function)
Used to display a chart with raised effect.
TextToHTML (Function)
Converts text to HTML (carriage returns are replaced by <BR>, accented characters are replaced by their equivalent in HTML, etc.).
dModifyHue (Function)
Changes the hue of an image: in an Image control, in an Image variable....
SchedulerAddTask (Function)
Creates a task in the Windows scheduler (if this task does not already exist).
grSourceSeries (Function)
Defines the source of a series.
TableEnableFilter (Function)
Implements a user filter on a column found in a Table or TreeView Table control.
HashCheckString (Function)
Checks the Hash of a character string for a specific type of algorithm.
InfoAsynchronous (Function)
Displays a non-blocking custom message in a system information window.
Printing a report in WINDEV
When creating a report, the test of this report can be run from the report editor......
MarginWidth (Property)
The MarginWidth property is used to: Find out the horizontal margin between the widgets found in a Dashboard control. Modify the horizontal margin between the widgets found in a Dashboard control....
dFill (Example)
Usage example of the dFill function
rssEnclosure (Type of variable)
The rssEnclosure type is used to describe and handle the attachment of an entry of RSS stream...
eChangeCurrency (Function)
Converts a currency into another currency.
eToCurrency (Function)
Converts a value expressed in Euro into another currency.
eToEuro (Function)
Converts to Euro a value expressed in a specific currency.
DomoStatus (Function)
Used to find out whether an electrical device (compatible with the X10 protocol) is switched on or off.
Pivot Table control in a report
The report editor allows you to create "Crosstab" reports......
Creating the Form windows of a WINDEV RAD pattern
SQL query (WLanguage type)
The "SQL query" type is used to write an SQL query in the WLanguage code.
ControlAlias (Function)
Gets, modifies or restores the data binding to a control or group of controls.
HInfoLog (Function)
Returns information about the server logs.
Reverse modeling of inheritances
Your windows or your pages use window, page or control templates, and you want to find out the dependencies between these templates? Simply perform a reverse modeling of inheritances......