ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

fLongName (Function)
Returns the long name of a file or directory.
fReadLine (Function)
Reads a line from an external file (ANSI or UNICODE).
fDecrypt (Function)
Decrypts a file that was encrypted by fCrypt.
fLongPath (Function)
Returns the full long path of a file or directory.
fShortPath (Function)
Returns the full short path of a file or directory.
<String type>.BufferToHexa (Function)
Converts an Ansi or Unicode string to a hexadecimal string (e.g.: "4A 5B 00").
How to read in a text or CSV file?
This help page explains how to read the content of a text or CSV file....
fCreate (Function)
Creates an external file.
<Variable DiskFile>Create (Function)
Creates an external file.
<Variable DiskFile>.Open (Function)
Opens an external file (ANSI or UNICODE) in order to handle it through programming.
SCM file format evolutions
Four versions are available for the SCM repository......
<DiskFile variable>.WriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
Test of a WINDEV and WINDEV Mobile application
WINDEV and WINDEV Mobile feature multiple methods to test applications......
WDMSG
You can create multilingual projects in WINDEV, WEBDEV or WINDEV Mobile......
fDir (Function)
Finds a file or directory.
fShortName (Function)
Returns the short name of a file or directory.
fWriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
fDirRename (Function)
Renames a directory.
fUncompress (Function)
Decompresses a file that was compressed by fCompress.
String functions (prefix syntax)
The following functions are used to handle strings, using prefix syntax:
fSaveText (Function)
Creates and fills a text file with the content of a text control or text variable (string variable, edit control in a window, Static control in a report, ...).
fLoadText (Function)
Loads the content of a text file into any text control or text variable (string variable, edit control in a window, Static control in a report, etc.).
String functions
List of functions for managing character strings...
BufferToHexa (Function)
Converts a buffer to a hexadecimal string (e.g.,: "4A 5B 00").
fEncrypt (Function)
Encrypts a file in binary or ASCII format.