ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Data Source (Variable type)
A Data Source variable is used to describe a temporary data source (query, view, alias, etc.).
SQLListSource (Function)
Lists the data sources declared on a local site.
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.
HDataSourceKnown (Function)
Determines if a data source has been initialized.
6. How to display an AWP site
An Active WEBDEV Page is a dynamic WEBDEV page without persistent context on the server....
CameraRunApp (Function)
Starts the device's native camera application to record a video or to take a photo....
Native Progress Connector: Specific features and remarks
Remarks and specific features of Native Progress Connector......
Multi-control search: search in a window
You want to find a word in the controls of your window? Nothing is easier, press CTRL + F and type the word to find......
Automatic Application Features (AAF) constants
List of constants used by the Automatic Application Features (AAF) functions....
Creating the Table pages of the WEBDEV RAD pattern
Image control in a window
This help page presents the characteristics of an Image control found in a window...
Application in kiosk mode
A kiosk application is an application from which the user cannot exit......
Use WebSockets with the WebSocket server
The WebSocket protocol provides a communication channel over a TCP socket for browsers and Web servers......
Value (Property)
The Value property is used to: Find out and modify the value of a report control. Find out and modify the value of a control or the title of a window. Find out the identifier of a stream. Find out and modify the value of a control or the title of a page....
Using the Vista style in your windows
WINDEV allows you to customize......
ResourceWidth (Property)
The ResourceWidth property is used to get and change the width of resources in a Scheduler control where resources are arranged in columns.
SocketDeny (Function)
Run on the server, this function refuses a request for connection to an existing socket found on the server.
FinNetCurrentVal (Function)
Returns the net current value of investment.
Error messages that can be displayed in the browser
This help page presents the different error messages that can be displayed in the browser......
ScheduledTask structure
The ScheduledTask structure is used to define the characteristics of a scheduled task......
SocketClose (Function)
Closes a socket or a connection to a server socket.
In-App purchases
The mobile systems (Android/iOS) allow their applications to propose content at extra cost, by using the payment system of App Store or Google Play......
CallWD: Function specific to the external language
Calls a WLanguage function from an external language....
xmlSignatureReference (Type of variable)
The xmlSignatureReference type is used to add a reference section into the XML signature.
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......
TableSelect (Function)
Returns the index of the selected element in the Table or TreeView Table control.
Socket: Creating a client application
A client application of a socket server connects to a standard server in order to exchange information via socket......
Checkers available in the code editor
The code editor proposes several tools used to correct the code......
Printing in WLanguage
WINDEV, WEBDEV and WINDEV Mobile propose several print methods......