ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

fDataDir (Function)
Returns the full path of the directory of HFSQL tables specified by the user when installing the application.
HListStopWord (Function)
Returns the list of stop words used by a full-text index.
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.
PDFClose (Function)
Closes the PDF file loaded in memory in a pdfDocument variable.
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......
FTPConnect (Function)
Connects the current computer to an FTP server (File Transfer Protocol).
OBEXConnect (Function)
Used to connect to a device that supports the OBEX protocol. Reminder: The OBEX protocol is a protocol for exchanging data via Infrared and Bluetooth....
<Source>.ExecuteView (Function)
Runs a view that was created beforehand (can be used to refresh the view data for example). This function uses the former view mechanism.
InvalidInputMessage (Property)
The InvalidInputMessage property gets and sets the message that will be displayed if the control contains invalid data (input mask or value out of bounds).
HExecuteView (Function)
Runs a view that was created beforehand (can be used to refresh the view data for example). This function uses the former view mechanism.
grDestinationBMP (Function)
Defines a BitMap file as destination of a chart (BMP means BitMap).