ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

TraceStart (Function)
Opens the trace window or saves the trace information in a text file.
TraceEnd (Function)
Closes the trace window if this window was opened or stops saving the trace information in a text file.
TraceDeleteAll (Function)
Clears the content of trace window opened in parallel with the current window.
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.
apLog (Function)
Saves an information in a "log" file during the execution of an action plan.
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).
<DiskFile variable>.Write (Function)
Writes: a character string to an external file. a memory section....
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.
WDINT overview
WDINT is an optional tool of WINDEV, WEBDEV and WINDEV Mobile......
TableDisplay (Function)
Refreshes a Table or TeeeView Table control from a given position: for a control linked to a file: changes made in the linked data file are reflected in the control. for a control handled programmatically: the calculated columns are re-calculated....
WDInst: managing the files to install
The setup editor WDInst is used to manage the files to install......
FAA: Data export (Table field, Hierarchical Table, RepeatString, Tree, ...)
You want to perform simulations with Excel, Word, OpenOffice......
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......
NotesDeleteAttachment (Function)
Deletes an attached file from an item of the current document in Lotus Notes.
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)....
NotesModifyAttachment (Function)
Modifies a file attached to an item of the current document in Lotus Notes.