ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Drag and Drop from the explorer
The Drag and Drop from the explorer consists in selecting one or more files in the Windows explorer and in transferring them into a control of a WINDEV window......
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)....
NetConnect (Function)
Connects to an FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV. This function is kept for backward compatibility....
Class inheritance
The hierarchical organization in class and sub-class has allowed to create the notion of inheritance......
HMode (Function)
Changes the mode and the method for locking data files.
MVP: Simple single-file example: Table + Linked file
Let's see a simple and illustrated example about the use of MVP to create a Table window with its linked form......
"About" window
The "About" window is used to display and access various information about the current application......
Handling Image controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to handle an Image control through programming......
ExplorerRetrieve (Function)
Retrieves the number and the name of the files "dropped" from the explorer.
Creating index keywords
Index keywords allow users to easily find a help page......
Creating help pages
A help system includes several pages......
The OLE control
The OLE control is used to handle an OLE object......
<Page>.ToFile (Function)
Automatically initializes: 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)....
Creating an automatic help
The Automatic Application Features (AAF) allow you to add features to your application without having to write a single line of code......
CellDisplayDialog (Function)
Displays a Cell control in a page with a DDW effect (Dim Disabled Windows). This function is used to easily simulate a dialog box in browser code, by using a Cell control in a page.
Managing the calendars (Android/iOS)
WINDEV Mobile allows you to easily access the calendars and appointments found on the phones and tablets in Android and iOS......
<Connection variable>.AddLink (Function)
Adds an integrity rule between two files on the server.
<Upload>.Start (Function)
Starts sending the selected files into an Upload control.
<Source>.SetTransaction (Function)
Enables or disables the management of transactions for one or more files.
<Source>.Mode (Function)
Changes the mode and the method for locking data files.
fTrackStopAll (Function)
Stops all current monitoring tasks on files and directories.
Handling a Rich Text Area control through programming
To handle a Rich Text Area control programmatically, use the variable of the Rich Text Area control directly in the code......
Dim disabled windows
Your application opens several windows at the same time and you don't know which one to use?......
eYe magnet: conditional formatting of controls
The visual aspect of a window control can be automatically modified according to a series of conditions in order to attract the attention of the user to this control......
10. Embedded queries