ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SQL: Managing joins (INNER JOIN, OUTER JOIN)
To select records coming from several data files, joins must be used in the SQL query......
End of break block
The End of break block is optional......
Checking an element back in the Source Code Manager (SCM)
Checking an element back in the repository is used to make the modified element available to all the users of the Source Code Manager......
18. Order of execution of the code of buttons/links
Locking an application
WINDEV gives you the ability to lock your applications (after a specific duration for example)......
dSaveImageICO (Function)
Saves an image in icon format either in a file, or in memory.
Working with the Source Code Manager
The principle for working with the Source Code Manager is as follows......
Specific features of the applications for iPhone/iPad
Pinned area in a page: fixed area on the screen
A fixed area in a page is a page section that remains visible even if the Web user moves the browser scrollbar......
FaxDisconnect (Function)
Closes a connection to a fax server (established beforehand by FaxConnect).
FaxCompleteStatus Structure
The FaxCompleteStatus structure is automatically filled during the call to FaxStatus......
Android: Conditions for using the Map control
Up to WINDEV Mobile version 180046, the Google Maps API library was required to use a Map control in an Android application......
<Image>.DrawCircle (Function)
Draws a circle or an ellipse in an Image control.
HSL (Function)
Creates a color from its hue, saturation and lightness.
Handling a dynamic programmatically
WINDEV allows you to handle Dynamic Tab controls with the TabXXX functions and with multiple WLanguage properties......
Question edit wizard
When typing a new message intended to the end user, WINDEV or WINDEV Mobile automatically displays the following window......
11. Internal components in practice
Internal components in practice...
Select query: Displaying the first/last n records
The editor of Select queries is used to limit the number of records that will be displayed in the result of the query....
Select query description window
The description window of a select query includes several sections......
.NET object
To access a class......
What is an application?
An application is a set of objects (windows, controls, ......
Setup by HTTP (Network setup via IP)
The network setup via HTTP consists in installing and updating a WINDEV application via an HTTP server (Live update)......
Managing videos (transmitted by a Web Camera)
To manage the video sequence currently broadcasted by the web camera installed on the current computer, WINDEV proposes......
Remote check: Customizing with a procedure
To customize the remote control performed on a multi-user WINDEV application, you can trigger the execution of a procedure found in the application......
Associating an image with the elements of a TreeView control
The different methods for associating an image with the elements of a TreeView control....