ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

InAppleWatchMode (Function)
Indicates whether the code currently run is in Apple Watch mode.
WLanguage procedure called by fMemOpen
Procedure ("Callback") called by fMemOpen if the memory area is modified by another WLanguage application.
<Source>.Modify (Function)
Modifies the specified record or the record found in memory in the data file (query or view).
tapiLineDial (Function)
Dials a phone number for a voice line and chooses the device to use.
HDuplicateRecord (Function)
Duplicates the record read in a table: the record found in memory is added into the table (query or view).
Debugging in PHP
A site generated in PHP can be debugged in standard WEBDEV mode......
pdfPage (Type of variable)
The pdfPage type is used to define all the advanced characteristics of a page from a PDF document loaded in memory.
First page of the project in session mode
The first page of the project is the first page in Session mode opened in the Web user's browser when a WEBDEV site in session mode starts......
SysRemovableExternalStorage (Function)
Used to find out whether the external storage space corresponds to the movable memory (SD Card).
H.NumRec (Variable)
Contains the number of the physical record loaded in memory (which means the number of the last record read).
<Source>.DuplicateRecord (Function)
Duplicates the record read in a table: the record found in memory is added into the table (query or view).
In64bitMode (Function)
Indicates whether the code is run in 64-bit mode or not.
Error 701: The property is read-only
IniOSMode (Function)
Indicates whether the code currently run is in iOS mode (iPhone, iPad).
InUniversalWindowsAppMode (Function)
Indicates whether the code is run in Universal Windows 10 App mode.
LineSpacing (Property)
The LineSpacing property gets and sets the line spacing for variables of type Font.
Automatic completion
The automatic completion helps you write WLanguage code in your applications......