ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<DiskFile variable>.Close (Function)
Closes an external file.
<xlsDocument variable>.Close (Function)
Closes an XLS file.
MCIClose (Function)
Closes a media file.
fWatchFile (Function)
Starts watching a file.
<DiskFile variable>.ChangeSize (Function)
Resizes an external file.
fRemoveDir (Function)
Deletes a directory from a disk.
DriveListDirectory (Function)
Lists drive directories.
fClose (Function)
Closes an external file.
Sin (Function)
Returns the sine of an angle.
fRename (Function)
Modifies the name of a file.
List,Search (External language)
Finds a value in a list.
xlsClose (Function)
Closes an XLS file.
fChangeSize (Function)
Resizes an external file.
<zipArchive variable>.DeleteFile (Function)
Deletes a file from an archive.
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....
<List Box>.Position (Function)
Displays a List Box (or a ListView) control from a specified element or returns the index of the first element displayed in a List Box control (if the scrollbar was used).
<Destination>.CopyRecord (Function)
Copies: the content of the current record (loaded in memory) to the current data file record. the content of the Record variable to the current data file record....
ListPosition (Function)
Displays a List Box or ListView control from a specified element or returns the index of the first element displayed in a List Box control (if the scrollbar was used).
NetEraseFile (Function)
Deletes a file from the FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV. This function is kept for backward compatibility....
HCopyRecord (Function)
Copies: the content of the current record (loaded in memory) to the current data file record. the content of the Record variable to the current data file record....
<ftpConnection variable>.Send (Function)
Transfers a file or directory to an FTP server (File Transfer Protocol). This new function is available from WINDEV Suite SaaS 2025 Update 2....
zipArchivedFile (Type of variable)
The zipArchivedFile type is used to handle a file found in an archive in one of the following formats: ZIP, CAB, RAR or WDZ or a file to add into an archive.