ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<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.
Operating mode of dynamic Active WEBDEV Pages
HExtractMemo (Function)
Extracts the content of a binary memo item from an HFSQL file, a query or an HFSQL view to a physical file (on disk).
Binding a Combo Box control to an item
The Diagram Editor control
The Diagram Editor control allows users to create and edit diagrams in your applications and sites......
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......
Brochure of new features: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 28 presented in the New Features brochure....
New Features brochure - Version 28: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 28 presented in the New Features brochure....
Standard FTP functions
List of standard FTP functions...
WDConver : Use in interactive mode
Before you start using WDConver, you must have......
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.
Zombie data files and items
During the life of an application, items live and die......
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.
Reinitializing the parameters automatically saved
WINDEV allows you to automatically save the different application parameters......
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).
<DiskFile variable>.WriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
<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).