ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

StreamPlay (Function)
Resumes the reception or the emission of a data type in a stream.
StreamReject (Function)
Refuses a request for stream connection.
StreamStop (Function)
Stops receiving or broadcasting a type of data in a stream.
StreamAccept (Function)
Associates a stream connection request with a Conference control.
StreamConnect (Function)
Connects a stream (and the associated control) to a specific address.
<Connection variable>.ConnectionQuality (Function)
Returns the quality level of connection: the higher the level is, the faster the connection will be.
Report viewer: "Find" tab
A search feature is automatically available when previewing a report......
Warning 124: Shadowing a global variable
Keep-alive on connection
Accessing Lotus Notes
WINDEV and WINDEV allow you to easily access the data handled by Lotus Notes (Domino database)......
Zombie procedures
In most cases, old code contains procedures that are used but that do no longer match the current quality standard......
WDInst: installing additional elements
By default, only the files found in the "List of setup files" window are installed on the user computers......
Error 1054: 'Ancestor' cannot be used outside the code of a class
Handling a Multiline Zone control through programming (prefix syntax)
A Multiline Zone control can be handled programmatically using the control name....
Functions for managing Multiline Zone controls (prefix syntax)
Functions for handling Multiline Zone controls (prefix syntax)....
Constants used by the functions for managing Dockable Panel controls
Displaying a report in PDF format in the browser of the Web user
To display a report in PDF format in the browser of the Web user, you must......
Displaying a report in HTML format in the browser of the Web user
To display a report in HTML format in the browser of the Web user, you must......
Select query description window: Items that can be used
Additional setup modules
The setup wizard allows you to include additional modules in the setup. The additional modules are used to add additional options to the setup program and to access the advanced setup parameters....
Anchoring controls in a report
The anchors are used to define the behavior of controls during a resize operation......
Functions for handling directories and external files
List of functions for handling external files...
rssBuildString (Function)
Builds the RSS feed and returns the result (in XML format) in a character string.
rssSave (Function)
Builds the RSS stream and saves the RSS stream in an XML file.
REST Webservices: Automatic deserialization of request
In a REST Webservice, an entry point can have several types......