ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Parallax effect
"Parallax" effects make it possible to scroll the elements in the interface at different speeds......
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....
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....
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.
Logical operators
The logical operators are as follows......
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
Socket: creating a standard socket server
WINDEV allows you to create a standard socket server......
ServiceExist (Function)
Checks whether a service is installed.
Modified (Property)
The Modified property is used to determine if a control or group of controls has been modified by the user (keyboard or mouse input).
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......
MaskTitleDate (Property)
The MaskTitleDate property is used to identify and change the input mask used for the title of day columns in Organizer or Scheduler controls
Infinite Table and Looper controls
There are two methods to populate Table and Looper controls programmatically......
Changing the window content by swipe
The mobile devices propose several features available via finger movements......
SFExecuteProcess (Function)
Requests the execution of a specific process.
DisableAAF (Function)
Disables an Automatic Application Feature (AAF) on a control, window or on the current application.
Shared information
The information entered when creating the files and the items is shared throughout the environment......
WLanguage procedure called by FTPListFile
Procedure ("Callback") called by FTPListFile for each file found.
Testing an iOS application on a mobile device
When developing an application for iOS (iPhone or iPad), WINDEV Mobile allows you to test the application being developed without having to recompile it on Mac, but directly on the iPhone or iPad......