ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WX file
The "Executable Name".WX file is used to manage some features directly, even if these features have not been included in the application. This file is found beside the executable.
NotesDeleteAttachment (Function)
Deletes an attached file from an item of the current document in Lotus Notes.
Screen,ScreenToFile (External language)
Initializes the file items with the value of the window controls bound to these items.
Screen,FileToScreen (External language)
Initializes the window controls with the values of the file items linked to the controls.
rssSave (Function)
Builds the RSS stream and saves the RSS stream in an XML file.
NotesModifyAttachment (Function)
Modifies a file attached to an item of the current document in Lotus Notes.
PDFIsProtected (Function)
Checks whether the PDF file requires a password in order to be read.
CertificateCheckFileSignatureBuffer (Function)
Checks the correspondence between a signature and a file. The signature was stored as a Buffer variable.
UploadFileSize (Function)
Returns the total size (in bytes) of a file found in an Upload control.
NameServerFile (Property)
The NameServerFile property is used to get the name of the uploaded file on the server.
Table,Save (External language)
Updates or adds a record in the data file linked to the Table control.
XMLOpen (Function)
Loads an XML document from a file, a URL or a string into an xmlDocument variable.
dLoadImage (Function)
Loads an image in an Image variable from a memo, a file or a binary buffer.
SpreadsheetLoad (Function)
Loads a file in XLSX format in a Spreadsheet control found in a window.
<PDF Reader>.Close (Function)
Closes and frees the PDF file displayed in a PDF Reader control.
<Upload>.FileSize (Function)
Returns the total size (in bytes) of a file found in an Upload control.
PDFReaderClose (Function)
Closes and frees the PDF file displayed in a PDF Reader control.
iAddAttachment (Function)
Adds an attachment in a PDF file generated by a PDF print export.
<Looper>.ToWord (Function)
Creates a Word file (.RTF) using the data from a Looper control.
HUpdateLink (Function)
Updates on the server all the links of an HFSQL Client/Server data file....
<Document variable>.Close (Function)
Closes the docx file associated with the Document variable and frees the document.
<Image variable>.SavePNG (Function)
Saves an image found in an Image variable: in a PNG file. in memory....
<Image variable>.SaveJPEG (Function)
Saves an image found in an Image variable: in a JPEG file. in memory....
<Spreadsheet>.Load (Function)
Loads a file in XLSX format in a Spreadsheet control found in a window.
Upload functions (prefix syntax)
The following functions are used to manage uploads (prefix syntax):...
<zipArchive variable>.ExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location or in memory.