ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Overloading a WLanguage function or using a WLanguage function in an SQL query
WLanguage includes the "WL" keyword......
pdfTextElement (Type of variable)
The pdfTextElement type is used to find out all the characteristics of a text element in a PDF page.
URL (Property)
The URL property is used to: Get the address associated with a control. Change the address associated with a control....
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.)....
DateTimeToReal (Function)
Converts a date and time to an 8-byte real.
New Features brochure - Version 27: new features of WINDEV Mobile
New features in WINDEV Mobile 27 presented in the New Features brochure....
fAttribute (Example)
Usage example of the fAttribute function
Project image gallery
The project image gallery allows viewing all the images of a project in a single click......
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).
HReadSeek (Function)
Sets the position on the first record whose value for a specific item is greater than or equal to a sought value (generic search).
10. Customizing the aspect of a site: skin elements
PDF Reader control functions
The following functions are used to manage PDF Reader controls:...
2. Listing products
WEBDEV Tutorial - Creating a website with back office processes Lesson 2 - Listing products - 50 min
Step 2: Creating print fonts
This step allows you to define and choose the different fonts that will be used in the printed document......
HTMLToText (Function)
Converts an HTML string or buffer to text.
Installing a Webservice (old format)