ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MySource (Reserved word)
MySource is used to handle the current data source (file, view or query) associated with a report or with a table based on a data file...
<Source>.DataSourceKnown (Function)
Determines if a data source has been initialized.
Styling maps from Google Maps
In WINDEV and Android applications, Map controls use Google Maps......
Defining clickable areas
In a page, an Image control can contain clickable areas......
Printing a report on one of the printers connected to the Web Server
To print a report on one of the printers connected to the Web server, you must......
Prototype overload/Overload
The procedures and the methods of classes can have several syntaxes....
HTMLToRGB (Function)
Converts the HTML color into RGB color.
Comparison operators
The comparison operators can be divided into several categories......
Color (Property)
The Color property is used to get or change the font color for: a Font variable. a text displayed in a Static control or in a calculated control of a report. a text displayed in a window control. a text displayed in a page control....
Automatic procedures
The programming of timers, threads and delayed procedures is now automatically managed by the environment......
Handling WEBDEV Account Manager via command line
All the features in WEBDEV Account Manager can be used via command line......
iDestination (Function)
Configures the print destination.
BackgroundColor (Property)
The BackgroundColor property is used to set the background color of a control, window, page or block of a report.
MenuExist (Function)
Indicates whether a menu option exists in a menu.
The AWP technology (Active WEBDEV Page)
PC SOFT proposes a new technology......
Creating and deploying a setup program: How to?
Creating the setup program allows you to deploy a WINDEV application on the end-user computers......
The Internal Window control
The "Internal Window" control is used to include a window (and its code) in a control of another window......
Using layouts in WINDEV and WINDEV Mobile
The layout is used to define several views of a window in the same project without duplicating this window......
Setup for WINDEV and WEBDEV (Development version and WEBDEV Application Server for Windows)
WEBDEV styles
WEBDEV styles are advanced styles......
Project Management Hub: Management of incidents
The Project Management Hub allows you to keep a history of the incidents encountered in your applications......
Overloading a WLanguage function or using a WLanguage function in an SQL query
WLanguage includes the "WL" keyword......
fSeek (Example)
Usage example of the fSeek function