ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Operating mode of dynamic Active WEBDEV Pages
<Table>.End (Function)
Stops the manual iteration of data file linked to a Table control based on a data file.
TableEnd (Function)
Stops the manual iteration of data file linked to a Table control based on a data file.
FTPDate (Function)
Returns the different dates of a file (date the file was created, modified or accessed) located on an FTP server (File Transfer Protocol).
How Session mode pages work
WEBDEV includes several types of pages to create dynamic sites......
Binding a Combo Box control to an item
Binding an OLE control to an item
An OLE control can be bound to an item in a data file, query, etc....
Debugging without debugger
In some cases, running a program or a site with or without the debugger can produce different results......
Code coverage
The code coverage is the measure regarding the coverage of tests run on an application or site......
fReadLineRegularExpression (Function)
Reads a line in an external file, gets sections of this line according to a regular expression and assigns them to a variable.
<DiskFile variable>.ReadLineRegularExpression (Function)
Reads a line in an external file, gets sections of this line according to a regular expression and assigns them to a variable.
Standard FTP functions
List of standard FTP functions...
Zombie data files and items
During the life of an application, items live and die......
<DiskFile variable>.WriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
Page contexts
In a Windows application, the information relative to a window is stored with the window......
fReadLine (Function)
Reads a line from an external file (ANSI or UNICODE).
tapiPlay (Function)
Plays a sound file (.WAV) for the specified line.
xlsVersion (Function)
Returns the Excel version that was used to save the file.
<DiskFile variable>.ReadLine (Function)
Reads a line from an external file (ANSI or UNICODE).
Reinitializing the parameters automatically saved
WINDEV allows you to automatically save the different application parameters......
<DiskFile variable>.Seek (Function)
Gets and sets current position in an external file.
fWriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
fSeek (Function)
Gets and sets current position in an external file.
GDPR (Property)
The GDPR property is used to: find out if the GDPR applies to an item from a data file. define whether the GDPR should apply to an item (in the item description in the code only)....
Communicating with the Web user
From now on, with the new Web technologies, the sites can look more like Windows applications and display dialog boxes......