ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Value (Property)
The Value property is used to: Find out and modify the value of a report control. Find out and modify the value of a control or the title of a window. Find out the identifier of a stream. Find out and modify the value of a control or the title of a page....
<Looper>.Position (Function)
Moves the scrollbar to display a specific row or returns the index of the first row displayed in a Looper control populated programmatically.
13. Types of standard controls
Programming charts
WINDEV, WEBDEV and WINDEV Mobile include a Chart control (that can be used in the window editor, page editor and report editor) as well as several functions used to create and handle charts......
Alignment options
To optimize the alignment of controls in a window, page or report, you have the ability to use the alignment options......
iPrintBarCode (Function)
Prints a bar code (inside a rectangle).
GanttChangeMode (Function)
Modifies the period (which means the number of days) displayed in a Gantt Chart column found in a Table (or TreeView Table) control.
CriticalSection (Type of variable)
CriticalSection variables are used to define critical sections to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given moment in an application.
GetCountryISO (Function)
Returns the desired ISO code of a country corresponding to the caption or ISO code (of a different type) of the country according to the ISO 3166-1 standard.
HClusterDeleteNode (Function)
Disables a node in a HFSQL cluster.
<TreeView>.Expand (Function)
Expands a node in a TreeView control.
Compile
The Compile keyword can correspond to: the Compile function, which dynamically compiles a procedure whose source code is specified.. the <COMPILE IF> statement, which allows you to compile WLanguage code according to a condition (mainly used to compile code according to a platform or configuration type)....
BCToImage (Function)
Generates the image of a bar code.
nWDInitProject: Initialization code of project
Run the initialization code of project......
TreeExpand (Function)
Expands a node in a TreeView control.
Editable reports
The report editor can be used to create form reports, which include different controls allowing users to enter data......
InAndroidEmulatorMode (Function)
Indicates whether the code is run in the Android emulator.
InStoredProcedureMode (Function)
Indicates whether the code is run on an HFSQL server.
InAndroidSimulatorMode (Function)
Indicates whether the code is run in the Android simulator.
User Groupware and Client/Server data files
An application that uses the user groupware can be used with a HyperFileSQL database in Client/Server mode......
CharactUnicode (Function)
Returns the character corresponding to the specified Unicode code.
Modifying the values displayed in the result of a select query
In the result of a select query, you have the ability to only display......
Charact (Function)
Returns the character corresponding to the specified ASCII code.
Creating an SCM repository
To share a project via the Source Code Manager, a repository must be created......
Keyboard Variable (Using physical keyboards on Android)
The Keyboard variable makes it possible to retrieve the parameters of the events of a physical keyboard......