ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HexaToBuffer (Function)
Converts a string with hexadecimal bytes to a binary buffer.
fListFile (Function)
Lists the files found in a directory and returns the list of files.
fEncrypt (Function)
Encrypts a file in binary or ASCII format.
Encrypt (Function)
Encrypts a character string in binary format or in ASCII format.
LanguageToName (Function)
Returns the name of a language.
fLoadBuffer (Function)
Loads the content of an external file (text, image, ...) in a buffer variable.
dbgEnableAssert (Function)
Enables or disables the assertive programming.
Reset (Function)
Reinitializes: all the controls found in the current window or page (including the groups of controls, the supercontrols and the internal windows). the controls found in a group of controls, a supercontrol, an internal window or an internal page....
PermissionRequest (Function)
Prompts the user to grant an application permission.
FTPCommand (Function)
Sends a specific FTP command to a server.
Manipulating days in a Calendar control programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically manipulate the following elements......
Error 25: No THEN statement is associated with this IF
Seeks an element in a one-dimensional array by using a comparison procedure....
dbgOnError (Function)
Defines the WLanguage procedure that will be called whenever an error is detected by a dbgCheckXXX function.
The Cell control
The Cell control contains controls......
PopupClose (Function)
Hides a popup displayed in the page via PopupDisplay.
LastDayOfWeek (Function)
Returns the date of the last day of the week corresponding to a given date.
fChangeSize (Function)
Resizes an external file.
HAddUser (Function)
Adds a user to a database.
DeepLinkProcedure (Function)
Defines the WLanguage procedure executed when the user clicks on a deep link.
HLockFile (Function)
Locks a table and restricts the access to this table for all other sites or applications.
Creating a multilingual help system
The help editor allows you to easily create a multilingual help system......
AddVoiceCommand (Function)
Adds a voice command into the current window. From version 17, this function is replaced with SpeechRecognitionAddCommand.
JavaExecute (Function)
Starts a Java application or a Java applet by invoking the "Main" method of a given Java class.