ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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).
Applying the Responsive Web Design mode to an existing page
This help page explains how to apply the Responsive Web Design mode to an existing WEBDEV page......
Docusign: Electronic signature
It is now common for individuals or businesses to sign contracts electronically......
Binding a List Box control to an item
A List Box control can be bound to an item in a data file, query, etc....
How Session mode pages work
WEBDEV includes several types of pages to create dynamic sites......
Operating mode of dynamic Active WEBDEV Pages
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.
AWP: Managing contexts
To keep the value of global variables when switching from a page to another one, the AWP mode proposes a management of contexts......
Binding an OLE control to an item
An OLE control can be bound to an item in a data file, query, etc....
Handling the external files
WINDEV, WINDEV Mobile and WEBDEV propose several functions allowing you to manage the external files from your WINDEV/WINDEV Mobile applications or from your WEBDEV sites......
Native 64-bit and native 32-bit: a single source code
The 64-bit operating systems are starting to appear on the PCs and on the servers......
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).
<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).
fSeek (Function)
Gets and sets current position in an external file.
fReadLine (Function)
Reads a line from an external file (ANSI or UNICODE).