ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Creating a combining query
A combining query (corresponding SQL statement: UNION) ......
6. Internal window
Internal windows...
9. Internal page
10. Internal window
The Internal Window control is used to include a window (and its code) in another window. At runtime, the internal window will be dynamically merged with the host window.
GDPR (Property)
The GDPR property is used to: find out if the GDPR applies to an item from a data file. define whether the GDPR should apply to an item (in the item description in the code only)....
ContinentGet (Function)
Returns the Continent variable that corresponds to one of the following values: a continent constant (2-character continent code), a continent caption....
Using Objective C code
You can use Objective C code in iPhone/iPad applications generated with WINDEV Mobile....
Signature of iOS applications
Signing an application is mandatory from Xcode 8......
WINDEV and OPC
OPC stands for "OLE for Process Control"......
Binding a Spin control to an item
A Spin control can be bound to an item in a data file, query, etc....
Clickable control in a report
The report editor allows you to propose clickable controls during the print preview......
Writing an email
Writing an email in WLanguage consists in filling the email structure of WLanguage......
Error 31: The file to include is not found. Check the name and path ...
Open document tabs
The document tabs allow you to navigate between the different elements opened in the different editors....
Error 1005: To explicitly access a global element of '%1' class, use the syntax
SQL : ORDER BY clause: Organizing the result of a query
The ORDER BY clause is used to sort the records selected by an SQL query......
Clipboard with history
The clipboard stores the last 10 pieces of content cut or pasted (from any editor)......
Retrieving the coordinates of a click in a clickable image
If the click action of the image is set to "Server call", you can get the click coordinates when the image is clicked in the browser......
SQL: Managing joins (INNER JOIN, OUTER JOIN)
To select records coming from several data files, joins must be used in the SQL query......
Linking a Combo Box control to a data file
A List Box or Combo Box control can be used to display the content of a data file, to allow a user to select a record, for example......
Quick search in the current code
When coding, developers often need to do a quick search in the current code...
Handling a Carousel control through programming
WINDEV allows you to handle a Carousel control through programming......
wsResponse (Type of variable)
The wsResponse type is used to get: the XML source code of the Webservice response. the value of the different parts of the Webservice response (for the Webservices returning several responses)....
InUniversalWindowsPlatformSimulatorMode (Function)
Indicates whether the code is run in the simulator for the applications in Universal Windows Platform mode (Universal Windows 10 App). Function kept for backward compatibility....
Manage SCM branches visually
The Source Code Manager offers a graphic interface for editing branches to optimize the management of branches in your projects......