ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

fWatchFile (Function)
Starts watching a file.
<Variable DiskFile>Create (Function)
Creates an external file.
zipDeleteFile (Function)
Deletes a file from an archive.
MCIPlay (Function)
Plays a media file.
fCreate (Function)
Creates an external file.
FileView (Function)
Opens a file in the browser.
MCIOpen (Function)
Opens a media file.
BurnerAddFile (Function)
Adds a file to the compilation.
xlsClose (Function)
Closes an XLS file.
<xlsDocument variable>.Close (Function)
Closes an XLS file.
MCIClose (Function)
Closes a media file.
<DiskFile variable>.ChangeSize (Function)
Resizes an external file.
fClose (Function)
Closes an external file.
fRename (Function)
Modifies the name of a file.
<DiskFile variable>.Close (Function)
Closes an external file.
fChangeSize (Function)
Resizes an external file.
<zipArchive variable>.DeleteFile (Function)
Deletes a file from an archive.
<Table>.Display (Function)
Refreshes a Table or TeeeView Table control from a given position: for a field linked to a file: changes made to the linked table are reflected in the field.. for a programmatically manipulated field: calculated columns are re-calculated....
TableDisplay (Function)
Refreshes a Table or TeeeView Table control from a given position: for a field linked to a file: changes made to the linked table are reflected in the field.. for a programmatically manipulated field: calculated columns are re-calculated....
Displaying a report in HTML format in the browser of the Web user
To display a report in HTML format in the browser of the Web user, you must......
NumberPage (Property)
The NumberPage property is used to get: the number of pages in a "multi-page" image file. This image is displayed in an Image control or in the background of a Chart control. the number of pages in a PDF file displayed in an Image control. the number of pages found in a PDF file displayed in a PDF Reader control. the number of pages found in a DOCX file displayed in a Word Processing control....
Displaying a report in PDF format in the browser of the Web user
To display a report in PDF format in the browser of the Web user, you must......