ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HFilterIdentical (Function)
Defines and enables a filter used to find the exact value of a string item.
HTransactionFree (Function)
Transforms all the records "in transaction" into "Normal" records if these records do not belong to a transaction currently in progress.
HDescribeLink (Function)
Describes a link between two data files through programming.
DateToInteger (Function)
Converts a date to an integer.
'Image gallery' Looper control
The "Image gallery" Looper control is used to manage the display of a set of images without programming......
Manipulating TimeLine controls programmatically (prefix syntax)
A TimeLine control can be......
InWebSocketServerMode (Function)
Indicates if the current code is being executed on the WebSocket server.
InWebSocketServerGlobalServiceMode (Function)
Indicates if the current code is being executed on the global service of the WebSocket server.
WebSocketExecuteGlobalService (Function)
Executes a global procedure in the context of the global service of the WebSocket server.
Universal Windows 10 application: Deployment platform
Once the Universal Windows 10 app is generated, the wizard proposes to select the deployment platform......
Universal Windows 10 App: Deploying on the store
Your Universal Windows 10 App application is ready to be used......
Required or invalid input in WINDEV
WINDEV and WINDEV Mobile include several options to manage required or invalid input, both via the window editor and through programming......
DateToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date.
DateToDay (Function)
Returns the day that corresponds to a given date.
<Connection variable>.TransactionCancel (Function)
If a transaction is in progress, cancels all the operations performed on the data files in transaction since the start of transaction.
WebSocket functions (prefix syntax)
List of functions specific to WebSocket servers...
Data model editor: types of links
Several types of links can be found between the files......
Events associated with the Conference control
List of events associated with a Conference control...
Image control in a page
Logical Data Model (LDM)
A Logical Data Model (LDM) is used to describe the data structures (files, items, ......
WebSocket functions
List of functions specific to WebSocket servers...
4. Adding a product
WEBDEV Tutorial - Creating a website with back office processes Lesson 4 - Adding a product - 50 min
<Array>.Max (Function)
Returns the greatest value in the array.
Uploading and downloading files on Internet (WINDEV FTP and RPC)
Several methods can be used to upload and download files by Internet......
WEBDEV concepts