ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

CallDLL32 (Function)
Runs a function found in an external DLL.
API (Function)
Runs a function found in an external DLL.
Mashup
The concept of Mashup consists in aggregating data coming from different software, different services, different data sources, ......
fDirSize (Function)
Returns the size of a directory in bytes.
fListResource (Function)
Lists the resources integrated to the application.
HexaToBuffer (Function)
Converts a string with hexadecimal bytes to a binary buffer.
fSizeUncompressed (Function)
Returns the size of a file before compression. When a file is decompressed by fUncompress, we recommend that you to compare the non-compressed size of file with the available disk space.
fCurrentDrive (Function)
Gets or sets the current drive.
fRemoveDir (Function)
Deletes a directory from a disk.
fRename (Function)
Modifies the name of a file.
fTime (Function)
Returns or modifies the different times associated with a file or directory (date created, modified or accessed).
fTempFile (Function)
Returns the name of a unique temporary file.
fDriveInfo (Function)
Returns information about a drive.
fAttribute (Function)
Returns or modifies the attributes of a file.
SQLLock (Function)
Used to lock: The entire data table, in read and write mode. Its data cannot be accessed by other computers. The records selected by the query. This data cannot be accessed by the other computers. This method can be used to update records for example....
<DiskFile variable>.Find (Function)
Finds a character string or a buffer in a file opened by fOpen.
fMIMEType
Returns the type of file according to the MIME standard (Multipurpose Internet Mail Extensions).