ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Python: Native calls
WLanguage allows for native Python calls......
BCCalculateControlCharacter (Function)
Returns the check code of a bar code.
Accessing a database in local mode (SQLite)
WEBDEV allows a site to create and access a database created by the browser on the computer of the Web user in browser code....
Handling a Sliding Banner control through programming
A Sliding Banner control can be handled through programming......
Analyzing dependencies and orphan images (WEBDEV)
To help you manage the navigation of the Web users in your sites, an advanced feature for analyzing the dependencies and the orphan images is available in WEBDEV......
Font (Type of variable)
A Font variable creates a font programmatically...
Pane (Property)
The Pane property is used to: Find out the pane tabs associated with a control. Define the pane tabs associated with a control....
Error 101: Declaration of global variable not allowed
Error 1008: The member of the class is protected
Customizing keyboard shortcuts
The different editors in WINDEV, WEBDEV and WINDEV Mobile include many options that can be used directly via keyboard shortcuts......
Managing HBase databases
HBase is a non-relational (NoSQL) distributed database, based on columns and using non-structured storage for large tables......
Debugger: Step-by-step project execution
Running a project step-by-step allows you to start the debugger when launching the application......
List Box control linked to a table or to a query
A List Box or Combo Box control can be used to display the content of a table or query, to allow a user to select a record, for example......
Testing a dynamic project (session or AWP mode) from WEBDEV
The test of the entire project allows simulating the startup of the site......
EmailSeekFirstNotes (Function)
Seeks one or more emails according to specified criteria, in a local or remote Lotus Notes or Domino database.
StringStartsWith (Function)
Checks whether a character string starts: with a specific character string. with one of the character strings in an array....
StringEndsWith (Function)
Checks whether a character string ends: with a specific character string. with one of the character strings in an array....
grAxisPosition (Function)
Indicates the position where one of the chart axes (X or Y-coordinates) will be drawn.
<Chart>.AxisPosition (Function)
Indicates the position where one of the chart axes (X or Y-coordinates) will be drawn.
<String type>.StartsWith (Function)
Checks whether a character string starts: with a specific character string. with one of the character strings in an array....
<String type>.EndsWith (Function)
Checks whether a character string ends: with a specific character string. with one of the character strings in an array....
FullTextIndex description (Type of variable)
A FullTextIndex description variable is used to describe one or more full-text indexes through programming.