ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

MouseCursor (Property)
The MouseCursor property is used to identify and change the hover cursor defined for a control, window or page.
Multiline (Property)
In a window or page, the Multiline property is used to: find out and modify the "Multiline" option of an Edit control. find out and modify the "Multiline" option of a column in a Table control. In a report, the Multiline property is used to determine and change the "Multiline" option of a control....
Decrypt (Function)
Decrypts a character string that was encrypted by Encrypt.
ArraySort (Function)
Sorts a WLanguage array.
FinPeriodInterest (Function)
Calculates for a given period the amount of interests due for a loan paid off by fixed periodic payments with a fixed interest rate.
CriticalSectionStart (Function)
Marks the start of a critical section: no other thread will be able to run the code as long as the current thread does not exit from the critical section.
ThreadWaitSignal (Function)
Locks the current thread until it receives a signal from another thread.
HMode (Function)
Changes the mode and the method for locking data files.
iPrintImage (Function)
Sends the image file to print to the print buffer.
ArrayAddLine (Function)
Adds a row at the end: of a one- or two-dimensional WLanguage array. of an advanced two-dimensional array property (xlsDocument, etc.)....
Overloading a WLanguage function or using a WLanguage function in an SQL query
WLanguage includes the "WL" keyword......
fAttribute (Example)
Usage example of the fAttribute function
URL (Property)
The URL property is used to: Get the address associated with a control. Change the address associated with a control....
gpwUser (Type of variable)
The gpwUser type is used to describe and modify the characteristics of a user of WEBDEV or WINDEV User Groupware.
Printing the content of a pivot table (AAF)
Pivot Table controls include an automatic context menu that allows users to perform different actions on the data displayed in the control......
sfObject (Type of variable)
The sfObject type is used to describe a record of a SalesForce file...
zipArchivedFile (Type of variable)
The zipArchivedFile type is used to handle a file found in an archive in one of the following formats: ZIP, CAB, RAR or WDZ or a file to add into an archive.
FTPSend (Function)
Transfers a file or directory to an FTP server (File Transfer Protocol).
PDF Reader control functions
The following functions are used to manage PDF Reader controls:...
Sorted (Property)
The Sorted property is used to: Determine whether a control is sorted. Sort a control or not....
Page constants
List of constants used by page functions....
History of versions
The history of setup versions is an advanced feature of the network setup......
Handling a Pivot Table control through programming
A Pivot Table control can be handled through programming......
Using Objective C code
You can use Objective C code in iPhone/iPad applications generated with WINDEV Mobile....
Cookie (Type of variable)
The Cookie type is used to handle the cookies transmitted in the HTTP requests.