ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WEBDEV User Groupware: Tips
This help page contains different programming tips for the User Groupware in WEBDEV......
User Groupware and Client/Server data files
An application that uses the User Groupware can be used with an HFSQL database in Client/Server mode......
User Groupware and LDAP
The LDAP protocol is increasingly used by the companies......
New Features brochure - Version 27: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 27 presented in the New Features brochure....
Specific features of Android applications
The development of Android and WINDEV Mobile applications is different in the following fields......
INIRead (Function)
Reads the content of an INI file (or the content of a file structured like .INI files).
Word processing: Features
This page lists the available and forthcoming features of the Word Processing control......
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.
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......
fCreate (Function)
Creates an external file.
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.
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....
ExeRun (Function)
Executes a program (an executable file, for example) from the current application.