ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<DiskFile variable>.Write (Function)
Writes: a character string to an external file. a memory section....
apLog (Function)
Saves an information in a "log" file during the execution of an action plan.
PDFClose (Function)
Closes the PDF file loaded in memory in a pdfDocument variable.
HRetrieveRecord (Function)
Returns the content of the current record (in a file, a view or a query, ...).
<Word Processing>.ToHTML (Function)
Converts the content of a Word Processing control into an HTML file.
NotesAddAttachment (Function)
Attaches a file to an item of the current document in Lotus Notes.
MCIStatus (Function)
Returns the status of a media file that was opened beforehand MCIOpen.
<Drive variable>.MoveFile (Function)
Moves a file on a remote drive from one directory to another.
<Multimedia>.Stop (Function)
Stops playing a media file found in a Multimedia control.
PDFReaderOpen (Function)
Opens a PDF file displayed in a PDF Reader control.
MCIPause (Function)
Pauses playback of the media file previously opened (MCIOpen).
FTPMakeDir (Function)
Creates a directory on an FTP server (File Transfer Protocol).
UploadCurrentFile (Function)
Indicates the file currently uploaded via the Upload control.
CodeEditorLoad (Function)
Loads a WLanguage code file in a Code Editor control.
<diagLibrary variable>.LoadLibrary (Function)
Loads a diagram file and creates a library of preset shapes from it.
<Source>.Read (Function)
Reads a record in a file according to a given record number.
WLanguage procedure called by URISelect
WLanguage procedure ("callback") called by URISelect for the selected file.
HFSQL tables exceeding 2 gigabytes
By default, the HFSQL engine allows you to manage large tables (up to 2 gigabytes)......
ListView control linked to a data file (or to a query)
A ListView control can be used to display the content of a data file (or the content of a query)......
WDINT overview
WDINT is an optional tool of WINDEV, WEBDEV and WINDEV Mobile......
WDInst: managing the files to install
The setup editor WDInst is used to manage the files to install......
zipArchivedFile (Variable type)
The zipArchivedFile type is used to handle: a file contained in an archive corresponding to one of the following formats: ZIP, CAB, RAR, WDZ, 7z, TAR, gzip or TGZ (TAR.GZ). a file to add into an archive....
<ftpConnection variable>.Time (Function)
Returns the different creation, modification or access times associated with a file located on an FTP server (File Transfer Protocol). This new function is available from WINDEV Suite SaaS 2025 - Update 2....
Reports
A report provides a custom view of data......
CurrentColumn (Function)
Returns: the index of the current indexed column in a Table control (based on a data file or populated programmatically). the number of the column currently in edit mode in the specified Table control (based on a data file or populated programmatically)....