ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

9. Generation modes
WINDEV Mobile includes different types of generation......
EmailReadFirst (Example)
Usage example of the EmailReadFirst function
RTFSelection (Function)
Modifies or lists attributes of text currently selected in an control RTF (from a window or report WINDEV).
RTFToText (Function)
Returns the text without the formatting characteristics specific to the RTF format.
WEBDEV: Improving accessibility
To make your WEBDEV sites accessible to the visually impaired, simply enter specific attributes in the fields ......
ExecutionMode (Function)
Allows you to: find out and/or modify the behavior of the application or site when some errors are generated. optimize the calls to the functions declared externally. find out and/or change how the application uses JITc. find out and/or modify the management mode of low references for all the instantiated objects....
The Progress Bar control
The Progress Bar control is used to follow the progress of an event......
Opacity (Property)
The Opacity property is used to get and define the opacity percentage for a window, or for controls in a window or page.
Handle (External language)
Returns the handle of a window or control.
Monitoring robot: Creating a check
The monitor of the monitoring robot is used to create the different checks that must be performed by the monitoring robot......
Native SQL Server Connector: Programming with SQL functions
The SQL functions can be used to handle the SQL Server database......
Manipulating controls in a page
The different operations that can be performed on the page controls are as follows......
SourceDescription (Property)
The SourceDescription property is used to get the name of the element used as data source of a series.
Handling a report (in the editor)
Once a report was created, the description of this report can be modified at any time......
Changing the characteristics of window controls
The characteristics of the controls can be viewed and/or changed in......
HDuplicateDatabase (Function)
Duplicates the database associated with a connection on an HFSQL server.
Reuse code via external components
WINDEV Tutorial: External components Reusing code with external components - 40 min
Filter
The Filter keyword can correspond to: the Filter function. the Filter property....
AnchorRateRight (Property)
The AnchorRateRight property is used to: Find out the anchor rate when a control moves on the horizontal axis. Modify the anchor rate when a control moves on the horizontal axis....
AnchorRateHeight (Property)
The AnchorRateHeight property is used to: Find out the vertical anchor rate of a control. Modify the vertical anchor rate of a control....
HChangeDir (Function)
Changes the path to a data file (i.e. directory in which the file will be handled).
Reports & Queries: Specific features
This help page presents the specific features of "Reports & Queries" (which means the user version of report editor) ......
Printing a report in WEBDEV
When creating a report, the test of this report can be run from the report editor. You also have the ability to include this report in your sites. The Web user will have the ability to print the report from a button, a menu option, ... for example....
HDescribeConnection (Example)
Usage example of the HDescribeConnection function
Creating nested reports