ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Error 25: No THEN statement is associated with this IF
SexagesimalToDecimal (Function)
Returns the decimal angle corresponding to a sexagesimal angle.
XMLToText (Function)
Converts a character string in XML format into a standard character string.
Indirection operators
The { and } operators are used to access a control, a variable, a class member or a file item by dynamically building the name of control, variable, class member or item...
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.).
MatCopy (Function)
Creates the copy of a matrix.
MatDelete (Function)
Deletes an existing matrix.
HRegenerateFile (Function)
Regenerates a data file from its log.
ByAddress (Property)
The ByAddress property is used to determine if a procedure parameter was passed by address.
Lambda: Expressions and procedures
A lambda ("lambda function") is a more concise way to write internal procedures...
HExecuteProcedure (Function)
Runs a stored procedure.
HLockRecNum (Function)
Locks a record and restricts the access to this record for all the other applications.
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......