ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Static control
A Static control is a control used to display a static text......
Viewing a window in 3 dimensions
Your window contains overlapping controls?......
Native Oracle Connector: Retrieving the output value of a stored procedure
The Native Oracle Connector is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
Managing sockets with WINDEV, WEBDEV and WINDEV Mobile
WINDEV, WEBDEV and WINDEV Mobile include several functions allowing you to perform an advanced management of sockets......
Viewing a report in 3D
Your report displays controls that overlap?......
Deep links to mobile applications
Deep linking allows you to redirect the user to specific content in a mobile application (rather than in a browser) when they click on a link in a web page or in an email......
Creating the skin template of a report
Container column in a Table control
A cell found in a Table control can contain a set of controls......
RealToDateTime (Function)
Converts an 8-byte real to a date and time.
<DateTime type>.ToReal (Function)
Converts a date and time to an 8-byte real.
DateTimeToReal (Function)
Converts a date and time to an 8-byte real.
How to choose the data source of a control?
This help page presents the different data sources available for a control....
CollapsedImage (Property)
The CollapsedImage property is used to: find out and/or modify the default image associated with a collapsed row in a TreeView Table control. find out and/or modify the default image associated with a collapsed row in a TreeView control. find out and/or modify the image associated with a specific collapsed row in a TreeView Table control. find out and modify the image in a collapsed row of a TreeView item in a "TreeView table" type report....
How to create and handle a structure?
This help page explains how to create and handle a structure....
Link properties
When creating a link, you can simply specify the destination......
Handling character strings
WINDEV, WINDEV Mobile and WEBDEV allow you to perform different types of operations on character strings via the WLanguage functions......
Creating, generating and deploying a web service
WINDEV and WEBDEV allow you to directly generate web services that use the SOAP technology......
Binding a Check Box control to an item
Uploading files
Uploading consists in saving a file located on the user's computer to the Web server......
Managing menu options in MDI windows
The MDI windows must respect some constraints specific to the MDI applications......
The Popup control
The Popup control is a control used to associate a popup with a page. This popup, displayed from the page into which it is inserted, is used to easily establish a dialog with the user....
Creating a select query
A select query (corresponding SQL statement......
Type of item: Secure password
"Password" items are used to securely store passwords by using a salt and a hash algorithm......
Code editor: Assisted input
The following mechanism allows developers to write WLanguage code more easily in the code editor ......
The different types of sites
WEBDEV enables you to create static sites and/or dynamic sites......