ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

BurnerAddFile (Function)
Adds a file to the compilation.
<zipArchive variable>.DeleteFile (Function)
Deletes a file from an archive.
<zipArchive variable>.DeleteAll (Function)
Deletes all files from an archive.
<xlsDocument variable>.Close (Function)
Closes an XLS file.
After
They After keyword can correspond to:
zipSelectFile (Function)
Selects files from an archive.
<zipArchive>.SelectFile (Function)
Selects files from an archive.
<Source>.Open (Function)
Opens a data file.
MCIClose (Function)
Closes a media file.
MCIPlay (Function)
Plays a media file.
MCIOpen (Function)
Opens a media file.
HOpen (Function)
Opens a data file.
fTrackFile (Function)
Triggers the tracking of a file.
xlsClose (Function)
Closes an XLS file.
<DiskFile variable>.Close (Function)
Closes an external file.
fClose (Function)
Closes an external file.
fChangeSize (Function)
Resizes an external file.
<DiskFile variable>.ChangeSize (Function)
Resizes an external file.
<Variable DiskFile>Create (Function)
Creates an external file.
HGetCurrentPosition (Function)
Returns the approximate position of current record in the data file.
Properties associated with Tab controls
A Tab control found in a window or in a page can be handled by several WLanguage properties......
Looper control properties
You can manipulate Looper controls in a window or page using the following WLanguage properties......
How to retrieve the analysis structure through programming?
This help page explains how to retrieve the analysis structure through programming....
Upload control properties
The Upload control can be handled in server code and in browser code by the WLanguage properties......
DateTimeTimeZoneToLocal (Function)
Converts a date and time from a particular time zone to a local date and time.