ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

URLDecode (Function)
Decodes an encoded URL (which means with characters in %xx format).
OCRModelPathDirectory (Function)
Used to set the directory that contains the language models for the native OCR system.
OCRDeleteAllLanguages (Function)
Deletes all languages from the native OCR system.
fRead (Function)
Reads: a block of bytes (characters) in an external file (ANSI or Unicode), the content of an external file (ANSI or Unicode) and assigns it to a memory area....
How to contact the Free Technical Support?
The different methods to contact PC SOFT Technical Support....
Site test: the different types of tests
WEBDEV includes multiple methods for testing your sites......
ListView control linked to a data file (or to a query)
A ListView control can be used to display the content of a data file (or the content of a query)......
OCR constants
Adds a language to the native OCR system....
List (Property)
The List property is used to handle the different lists of a Kanban control. You can add, modify or delete lists from a Kanban control, or navigate between them.
<DiskFile variable>.ReadLine (Function)
Reads a line from an external file (ANSI or UNICODE).
fReadLine (Function)
Reads a line from an external file (ANSI or UNICODE).
Constants for managing tiles
fWriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
Report viewer (Print preview)
The report viewer allows you to see the report layout without printing it......
Controls of a dynamic page
Several types of controls can be handled in a dynamic page ......
<ANSI String type>.Contains (Function)
Allows you to check if a substring is within a string.
NoRightCharacter (Function)
Returns a string after removing the specified characters from the right side of the initial string.
UTF8ToString (Function)
Converts a UTF-8 string to ANSI or UNICODE.
NoLeftCharacter (Function)
Returns a string after removing the specified characters from the left side of the initial string.
<DiskFile variable>.WriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
5. Deploying a dynamic site (Session or AWP) in practice
Telephony constants
List of constants used by telephony functions...
Contains (Function)
Allows you to check if a substring is within a string.
Printing in PDF format: Special cases
Specific features of print in PDF format...
Browser code (WLanguage): Framework 2
From version 22, WEBDEV proposes a new WLanguage framework for the browser code...