ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Creating an executable: Operating mode and library
The operating mode of an executable allows you to define whether the executable can be used by one or more users......
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.
HFSQL Control Center: Managing scheduled elements
You have the ability to define scheduled elements on the HFSQL server....
How to manage a multi-selection in a List Box control?
This help page explains how to manage a multi-selection in a List Box control....
UTFConvert (Function)
Converts a string or buffer to the specified format: UTF, Ansi, Unicode.
The OLE control
The OLE control is used to handle an OLE object......
Installing Android development tools
To develop Android applications with WINDEV Mobile, you must install......
<DiskFile variable>.ReadLine (Function)
Reads a line from an external file (ANSI or UNICODE).
End
END can correspond to: the END keyword of WLanguage used to specify the end of a loop. the End property, which can be used on EventTimeline variables. .......
UncompleteDir (Function)
Removes the '/' or '\' characters from the end of a string, if necessary....
CompleteDir (Function)
Adds a backslash to the end of a string, if necessary.
Site test: the different types of tests
WEBDEV includes multiple methods for testing your sites......
fReadLine (Function)
Reads a line from an external file (ANSI or UNICODE).
SCM: Branch management window
The Source Code Manager offers a graphic interface for editing branches to optimize the management of branches in your projects......
Custom tooltips
Tooltips are very useful for application users......
WDInst: configuring the interface of setup program
By default, WDInst (the setup editor) proposes a standard setup program (the wallpaper corresponds to a gradient shade of blue and no slide is displayed......
OemToAnsi (Function)
Converts an OEM string (DOS) to an ANSI string (Windows).
AnsiToOem (Function)
Converts an ANSI string (Windows) to an OEM string (DOS).
<ANSI String type>.Contains (Function)
Allows you to check if a substring is within a string.