ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Captcha control
The "captcha" are the distorted texts that the Web user must decode and re-enter in a site before validating a form....
<Source>.OnError (Function)
Customizes the management of HFSQL errors.
<Source>.ExportXML (Function)
Exports the records found in a data file (HFSQL or OLE DB), view or query to an XML file.
<Source>.State (Function)
Used to find out the state of a record.
<Source>.Delete (Function)
Deletes a record from a data file (query or view).
<Source>.StatTime (Function)
Returns the time of the last update for the index statistics.
<Source>.Next (Function)
Sets the position on the next data file record according to a browse item.
<Source>.Index (Function)
Rebuilds the file index (".NDX" file).
Mouse management functions
List of functions for mouse management...
<Source>.ToWindows (Function)
Automatically initializes the controls of a window with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
<Source>.FromPage (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
<Source>.FromWindow (Function)
Automatically initializes: 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....
<Source>.Save (Function)
Modifies the current record if it exists, otherwise adds a new record.
Management of PDF files
PDF is one of the most widely used formats for transmitting and storing electronic documents......
8. Associating controls with data
8. Binding controls to data
A window can display information from......
Handling a group of controls through programming
WINDEV, WEBDEV et WINDEV Mobile allow you to handle a group of controls through programming......
Control Center of WINDEV executables (WDADMINEXE)
When a WINDEV application is installed in network, a program used to remotely check the application executables is automatically created......
Selection conditions of a query
The selection conditions of records are applied to the items used in the queries......
Context menu of TreeView controls (AAF)
Each TreeView control found in a window proposes a popup menu to the user......
Operations performed on activity diagrams
The following paragraphs explain......
Description of a CSS style
This window allows you to describe a CSS style that will be used for the controls of your WEBDEV project......
Configuring the development environment
WINDEV, WEBDEV and WINDEV Mobile propose different modes for using the development environment......
Importing/Consuming web services
WINDEV, WEBDEV and WINDEV Mobile allow you to directly import Webservices into your applications......
Specific features of the Express version