ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Event (Example)
Usage example of the Event function
Events associated with Sidebar controls
List of events associated with Sidebar controls...
EncryptStandard (Function)
Encrypts a character string or a binary buffer by using a symmetrical encryption algorithm (AES, DES, etc.)
SQLExec (Function)
Names and runs an SQL query.
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.).
LooperSearch (Function)
Searches for a value in an attribute of a Looper control.
SourceToScreen (Function)
Automatically updates the controls in a window or page with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
MemLast (Function)
Sets the position on the last element of memory area and returns the value of this element.
FTPAttribute (Function)
Identifies the attributes of a file found on an FTP server (File Transfer Protocol).
Events associated with Progress Bar controls
List of events associated with the Progress Bar controls...
iPageWidth (Function)
Calculates the width (in millimeters) of the printable page while taking the left or right margins into account.
NextTitle (Function)
Modifies the title of next window to open.
WinEdSelectOccurrence (Function)
Indicates the number of controls selected when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
iForceComplement (Function)
Forces the printing of a Body Complement block.
MultimediaOpen (Function)
Opens a media file in a Multimedia control.
XMLExtractString (Function)
Extracts the content of a tag found in an XML document.
ParallelTask (Type of variable)
The ParallelTask type is used to handle a task, which means a procedure run by a thread in the parallel programming.
ExecuteJS (Function)
Runs JavaScript code in the context of the Web page displayed by an HTML Display control.
SQLLock (Function)
Used to lock: The entire data table, in read and write mode. Its data cannot be accessed by other computers. The records selected by the query. This data cannot be accessed by the other computers. This method can be used to update records for example....
Errors during an FTP installation
The list below presents the error messages that are displayed in the remote setup wizard (for the site manager)......
Encrypt (Function)
Encrypts a character string in binary format or in ASCII format.
dbgLogOption (Function)
Retrieves or modifies the options of the runtime log.
CaptchaVerify (Function)
Checks whether the value typed by the user corresponds to the string displayed in a Captcha control.
AdditionCompleted (Example)
Usage example of the AdditionCompleted property
fCompare (Function)
Compares the content of two files bit by bit.