ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SystemBarColor (Property)
The SystemBarColor property is used to get or change the system bar color in full-screen windows on mobile devices.
Using .NET assemblies in a project
To use .NET assemblies in a project......
MemoryCurrency (Property)
The MemoryCurrency property is used to get and change the currency used when manipulating a "Currency + Euro" control programmatically.
2. How to test a site?
Creating a query
Two methods can be used to create a query......
GDPR: Overview
GDPR (General Data Protection Regulation) will replace "Data Protection Directive" on 25th May 2018......
8. Sharing a project in practice
ControlCreate (Function)
Creates a new control (of any type) in a window through programming.
CurrentWorksheet (Property)
The CurrentWorksheet property is used to get and change the current worksheet in a Spreadsheet control.
InputEnabled (Property)
The InputEnabled property is used to: Determine if a control or a group of controls is editable or read-only. Change the input options for a control or group of controls....
TopIndent (Property)
The TopIndent property is used to get and change the space at the top of the text (top margin) in a control.
Item Description (Type of variable)
An Item Description variable is used to describe one or more items in a data file programmatically.
Salesforce functions (prefix syntax)
List of Salesforce functions (prefix syntax)...
I was using Visual Basic with WINDEV 5.5. How to proceed in WINDEV 2024?
You have the ability to use external languages with WINDEV......
SelectedText (Property)
The SelectedText property is used to get and change the text selected in an Edit control, editable Combo Box control or editable column in a Table control.
DayHeight (Property)
The DayHeight property is used to get and change the height of days in a Scheduler control where days are arranged in rows, and resources are arranged in columns.
YInitial (Property)
The YInitial property is used to: Find out the Y-coordinate: of a control (position on Y-axis) when opening the window or the page. of a window (position on Y-axis) when opening the window. Modify the Y-coordinate of a control anchored "to bottom" (position on the vertical axis) when opening the window. Find out the Y-coordinate of a control in relation to its block (position in millimeters on the vertical axis) when opening the report....
Advanced types
The advanced types of WLanguage are as follows...
Information 2104: This function is kept for backward compatibility
hbDelete (Function)
Deletes: one or more cells from an HBase table for one or more columns. a row from an HBase table....
Handling a Static control programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to handle a Static control programmatically......
Handling a Scrollbar control through programming
WINDEV allows you to handle a Scrollbar control through programming......
Managing breakpoints
During a project test in the editor, breakpoints are used to automatically start the debugger from a given line......
Handling an automatic test
When an automated test is created, this test is in "construction" by default......
Global and local variable
Two types of variables are available......