ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Source Code Manager (SCM)
...L'administrateur du GDS (Gestionnaire de sources) propose certains outils spécifiques pour l'administration de la base de sources......
The TreeView control
The TreeView control is a tree structure used to simplify the display of information that can be represented hierarchically......
StringToUTF8 (Function)
Converts an ANSI or UNICODE string to UTF-8.
Handling a dynamic tab through programming (prefix syntax)
WINDEV allows you to handle Dynamic Tab controls with the TabXXX functions and with multiple WLanguage properties......
Constants used by the functions for managing Tab controls
<DiskFile variable>.Read (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....
ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator. search for substrings in a string based on a specified string separator....
<ANSI string>.ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator. search for substrings in a string based on a specified string separator....
PicRectangularSnipOCR (Function)
Runs OCR and extracts the text from a rectangular area defined with the mouse.
Typing multilingual texts
For a multilingual application, you have the ability to......
List Box control linked to a data file or to a query
A List Box or Combo Box control can be used to display the content of a data file or query, to allow a user to select a record, for example......
Messaging
A messaging is included in WINDEV, WINDEV Mobile or WEBDEV......
SCM Administrator: Administrator-only options
The SCM administrator includes specific tools for managing repositories......
WINDEV and the streams - Use example
In this example, the application must manage a video conference between two computers......
The .NET field 3.0, 4.0, ... (WPF)
The Xaml control allows you to easily manage the Xaml language......
The different WEBDEV Application Servers
WEBDEV includes several WEBDEV Application Servers......
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....
URLDecode (Function)
Decodes an encoded URL (which means with characters in %xx format).
RepeatString (Function)
Concatenates N number of copies of the same specified string or buffer.
<OEM string>.OemToAnsi (Function)
Converts an OEM string (DOS) to an ANSI string (Windows).
Assisted universal replication
To easily establish the universal replication between the data of a remote application and a central database, WINDEV and WEBDEV allow you to......