ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

How to develop a site for Linux?
The method for developing a site for Linux is identical to the method for developing a site for Windows....
LanguageDescribed (Property)
The LanguageDescribed property is used to set the language used to compare and sort Unicode items (Unicode Text item or Unicode Text Memo item).
AutomaticLink (Property)
The AutomaticLink property is used to: determine if the automatic link detection mode is enabled, enable or disable the automatic link detection mode....
4. Conditional statements
WINDEV Tutorial - WLanguage basics Lesson 4 - Conditional statements - 20 min
PageDisplay (Function)
Displays a web page in the user's browser....
XamlEvent (Function)
Associates a procedure written in WLanguage with an event of Xaml control.
Socket: creating a standard socket server
WINDEV allows you to create a standard socket server......
ActiveXEvent (Function)
Associates a procedure written in WLanguage with an event of ActiveX control.
PageToFile (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. The data file items bound to the window controls are automatically updated with the values of these controls. the value of the WLanguage variables with the value of the window controls. The WLanguage variables bound to the page controls are automatically updated with the values of these controls. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
SourceFromWindow (Function)
Automatically updates: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
GglWrite (Function)
Creates and/or updates data on the Google server (addition or modification of data)....
ExecuteMainThreadAsynchronous (Function)
Executes a procedure in the main thread of the application without waiting for the end of its execution.
ScheduledTask structure
The ScheduledTask structure is used to define the characteristics of a scheduled task......
Operations performed on object diagrams
The following paragraphs explain......
BurnerErase (Function)
Erases the files found on a rewritable CD or DVD.
RandomCryptoBuffer (Function)
Returns a buffer to the specified size filled with random data, that can be used with the cryptographic technologies.
1. Simple layouts
WEBDEV Tutorial - WEBDEV layouts Lesson 1 - Simple layouts - 30 min
Description of an Organizer control (control of a page)
The Organizer control can be configured in the editor via the description window ("Details" tab)......
AAFDisable (Function)
Disables an Automatic Application Feature (AAF) on a control, window or on the current application.
Assisted universal replication: specific features
Parallax effect
"Parallax" effects make it possible to scroll the elements in the interface at different speeds......
EmailStatus (Function)
Returns the status of an email sent via an SMTP session started in asynchronous mode.
ServiceExist (Function)
Checks whether a service is installed.
Adding files into a replication (ReplicEdit)
When the replication is described, the data files must be added into the replication......
Transactions in SQL
Starting with version 21, you can manage transactions in SQL code......