ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

fDriveInfo (Function)
Returns information about a drive.
HexaToBuffer (Function)
Converts a string with hexadecimal bytes to a binary buffer.
NotifDeleteCategory (Function)
Deletes a notification category from the application.
PDFPassword (Function)
Protects a PDF document with a password.
Help: Summary table
In a WINDEV application, users have multiple help features at their disposal: Tooltip. Status bar. Help window. Advanced tooltip. Help page. HLP file....
Currencies
A currency is a real coded on 10 bytes....
Automation object
The Automation keyword is used to declare an automation object...
Dynamic array (Type of variable)
A dynamic array is an "advanced" type of array...
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.
fRemoveDir (Function)
Deletes a directory from a disk.
fRename (Function)
Modifies the name of a file.
fTempFile (Function)
Returns the name of a unique temporary file.
fListResource (Function)
Lists the resources integrated to the application.
fAttribute (Function)
Returns or modifies the attributes of a file.
FTPConnect (Function)
Connects the current computer to an FTP server (File Transfer Protocol).
xlsMsgError (Function)
Returns the caption of the last error caused by an XLS function.
xlsNbColumn (Function)
Returns the number of columns found in a worksheet of an XLS file.
xlsNbRow (Function)
Returns the number of rows found in an XLS file.
xlsColumnTitle (Function)
Retrieves the title of a column found in an XLS file.
xlsColumnType (Function)
Returns the type of data entered in a column of an XLS file.
<DiskFile variable>.Lock (Function)
Entirely or partially locks an external file.
<DiskFile variable>.Find (Function)
Finds a character string or a buffer in a file opened by fOpen.
<DiskFile variable>.Unlock (Function)
Entirely or partially unlocks an external file.
PDFToText (Function)
Extract the text contained in an Document PDF.
<Variable pdfDocument>ToText (Function)
Extract the text contained in an Document PDF.