ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<DiskFile variable>.FileName (Function)
Returns the name of an external file currently open.
<sshSession variable>.SCPGetFile (Function)
Gets a file via the Secure Copy Protocol.
<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.
<pdfDocument variable>.Save (Function)
Saves the content of a pdfDocument variable in a ".PDF" file.
<DiskFile variable>.ReadLine (Function)
Reads a line from an external file (ANSI or UNICODE).
<DiskFile variable>.Seek (Function)
Gets and sets current position in an external file.
HDBDescribeFile (Function)
Describes a file in dBase3 format (most common format) through programming.
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......
EmailMessageLength (Function)
Calculates the size of specified message (without loading the message).
LogDirectory (Property)
The LogDirectory property is used to manage the directory of the log file described in the analysis.
DDE errors
When a DDE function fails (returns False for example), ErrorInfo allows you to find out the number of the corresponding error]......
<gglConnection variable>.FillCalendarByRequest (Function)
Fills a calendar that was retrieved beforehand: the events corresponding to the calendar are retrieved from a custom request.
MatFill (Function)
Initializes all the elements found in a matrix of a given size.
fLoadBuffer (Function)
Loads the content of an external file (text, image, ...) in a buffer variable.
FTPCurrentDir (Function)
Identifies or modifies the current directory on an FTP server (File Transfer Protocol).
PDFIsProtected (Function)
Checks whether the PDF file requires a password in order to be read.
HRplManageFile (Function)
Defines the options used for the universal replication of a file: the replication direction. the management mode of conflicts....
UPNPFindDevice (Function)
Finds a device based on its unique name (UDN).
TableAdjust (Function)
Adjusts the title and size of columns found in a Table or TreeView Table control.
MemoryToFile (Function)
Automatically initializes the memory value of the items for the current file record with the values of the members of a class or structure.
Screen,ScreenToFile (External language)
Initializes the file items with the value of the window controls bound to these items.
Windows
The windows represent the main interface of a WINDEV application......
WDSQL: Creating an SQL query
Once the connection to the database is established, WDSQL allows you to create different types of SQL queries......