ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

fReadLine (Function)
Reads a line from an external file (ANSI or UNICODE).
InWindowsMode (Function)
Indicates whether the code is run in Windows mode or not.
InAndroidMode (Function)
Indicates whether the code is run in Android mode.
SysRecentDocAdd (Function)
Adds a file into the list of recently opened documents.
fAddText (Function)
Adds the content of a character string at the end of a file.
FileSize (Property)
The FileSize property is used to get the size of a file.
PDFAddWatermark (Function)
Adds a watermark to all or some pages of an existing PDF file.
PDFAddImage (Function)
Adds an image to a page in an existing PDF file.
<Source>.DescribeTrigger (Function)
Adds or modifies a trigger on an HFSQL data file.
InLinuxMode (Function)
Indicates whether the code is run in Linux mode or not.
HDescribeTrigger (Function)
Adds or modifies a trigger on an HFSQL data file.
tapiPlay (Function)
Plays a sound file (.WAV) for the specified line.
<DiskFile variable>.ReadLine (Function)
Reads a line from an external file (ANSI or UNICODE).
<pdfPage variable>.AddWatermark (Function)
Adds a watermark to a page of an existing PDF file.
<pdfDocument variable>.AddWatermark (Function)
Adds a watermark to all the pages of an existing PDF file.
<pdfPage variable>.AddImage (Function)
Adds an image to a page in an existing PDF file.
<DiskFile variable>.WriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
fWriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
CodeEditorDuplicateLine (Function)
Duplicates the current line in the Code Editor control.