ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Debugging in PHP
A site generated in PHP can be debugged in standard WEBDEV mode...
spLength (Property)
The spLength property is used to: Get the hash output length. This property can be used for items of type "Password" defined in the data model editor or programmatically. Set the hash output length (only for "Password" items defined programmatically)....
Creating an application that manages the Euro
The method for creating an application supporting the switch to the Euro is as simple as the method for creating a WINDEV application....
WINDEV and the communication streams (audio, sound)
To handle the communication streams, WINDEV includes......
Managing the XSD
...WINDEV, WEBDEV and WINDEV Mobile allow you to import files in XSD format....
<Table>.Display (Function)
Refreshes a Table or TeeeView Table control from a given position: for a control linked to a file: changes made in the linked data file are reflected in the control. for a control handled programmatically: the calculated columns are re-calculated....
Start of Break block (Break header)
The Start of break block is optional......
The indexed controls
A control is an indexed control if it contains several controls with the same name......
Positioning on a line in an edit control (AAF)
Several methods can be used to automatically position the edit cursor on a specific line in an edit control:...
Content of the Table control
A Table control can be based on a data file, based on a variable or populated programmatically......
How to create an SQL query with a calculation formula?
This help page explains how to create a query with a calculation formula with the query editor....
StoredItem (Property)
The StoredItem property is used to: Find out the stored item or the stored variable of a Table, Looper, List Box or Combo Box control. Modify the stored item or the stored variable of a Table, Looper, List Box or Combo Box control....
TextProgressBar (Property)
The TextProgressBar property gets and sets the text displayed in a progress bar.
CalendarOpen (Function)
In a Date edit control, opens a popup window displaying a calendar.
CalendarSelectMinus (Function)
Deselects a date in a multi-selection Calendar control.
PublicationDate (Property)
The PublicationDate property is used to get the date an element was last accessed.
Note (Property)
The Note property is used to get and change a text associated with an element.
DispositionNotification (Property)
The DispositionNotification property gets and sets the email read receipt request.
rssSave (Function)
Builds the RSS stream and saves the RSS stream in an XML file.
PDFIsProtected (Function)
Checks whether the PDF file requires a password in order to be read.
NotesListItem (Function)
Returns the list of items for the current Notes document in Lotus Notes.
NotesItem (Function)
Returns the value of items for the current Notes document in Lotus Notes.
CertificateCheckFileSignatureBuffer (Function)
Checks the correspondence between a signature and a file. The signature was stored as a Buffer variable.
NameServerFile (Property)
The NameServerFile property is used to get the name of the uploaded file on the server.
Table,Save (External language)
Updates or adds a record in the data file linked to the Table control.
XMLOpen (Function)
Loads an XML document from a file, a URL or a string into an xmlDocument variable.