ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

fCopyDir (Function)
Copies the contents of a directory and its subdirectories.
fMakeDir (Function)
Creates a directory (and the intermediate directories if necessary).
fAttribute (Function)
Returns or modifies the attributes of a file.
fSaveBuffer (Function)
Creates and fills a text file with the content of a string or buffer variable.
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, ...).
fExeDir (Function)
Returns the directory from which the execution is started.
fCreate (Function)
Creates an external file.
SpeechRecognitionDeleteCommand (Function)
Deletes a voice command previously added with SpeechRecognitionAddCommand.
fRename (Function)
Modifies the name of a file.
fMoveFile (Function)
Moves a file from one directory to another.
Translucent effect of windows
Depending on the style of your applications, the border of your windows can be translucent......
fWrite (Function)
Writes: a character string into an external file. a memory section....
HRplDeclareLink (Function)
Declares a (1, 1) (0, n) link between two tables.
FaxInbox (Function)
Enumerates the pending faxes or the incoming faxes.
FaxRestart (Function)
Restarts a fax in the spooler.
fEncrypt (Function)
Encrypts a file in binary or ASCII format.
fDecrypt (Function)
Decrypts a file that was encrypted by fCrypt.
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....
FaxConnect (Function)
Establishes a connection to a fax server.
NextTitle (Function)
Modifies the title of next window to open.
ExeRun (Function)
Executes a program (an executable file, for example) from the current application.
Creating your own User Macro-Codes
The User Macro-Codes are sections of WLanguage code allowing the end user to customize his application......
SpeechRecognitionAddCommand (Function)
Adds a voice command into the current window.
Check Box control: Automatic features (AAF)
The Check Box control can benefit from several AAFs (Automatic Application Features) ......
The Progress Bar control
The Progress Bar control is used to follow the progress of an event......