ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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.
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.
Languages supported by the setup
If your applications must be installed in several countries, the setup wizard proposes to generate a multilingual setup......
fListResource (Function)
Lists the resources integrated to the application.
HexaToBuffer (Function)
Converts a string with hexadecimal bytes to a binary buffer.
fRename (Function)
Modifies the name of a file.
fDirSize (Function)
Returns the size of a directory in bytes.
fRemoveDir (Function)
Deletes a directory from a disk.
fCurrentDrive (Function)
Gets or sets the current drive.
ComponentInfo (Function)
Returns information about a component.
WDInst: languages supported by the installation
If your applications must be installed in several countries, the setup editor WDInst gives you the ability to generate a multilingual setup......
Translating a text file with WDTRAD
fFind (Function)
Finds a character string or a buffer in a file opened by fOpen.
Alignment rulers (Editor)
When creating or modifying a window in the window editor, you have the ability to display the alignment rulers......
Calling a procedure/a function
Syntax for calling a local or global procedure.