ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

How to add a new row to a Table control?
This help page explains how to add a row to a Table control programmatically....
Dynamic instantiation of a .NET object
A .NET object can be dynamically associated with a .NET class, we talk of dynamic instantiation of object....
Key and referential integrity
In an analysis, the "Key" items are also used to manage the consistency of data (called referential integrity)......
fCreate (Function)
Creates an external file.
PageToFile (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. The data file items bound to the window controls are automatically updated with the values of these controls. the value of the WLanguage variables with the value of the window controls. The WLanguage variables bound to the page controls are automatically updated with the values of these controls. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
iFont (Function)
Selects the default font.
SourceFromWindow (Function)
Automatically updates: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
DrawingAvailable (Function)
Indicates whether the drawing features are supported by the browser.
Error 101: Declaration of global variable not allowed
Error 1008: The member of the class is protected
Error 1009: The member of the class is private
Error 102: The constants can be defined in the initialization code of project, ...
Stand-alone executable
The executable will be stand-alone if the following elements are included in the executable......
HTMLEnableDebugger (Function)
Enables the HTML/JavaScript debugger on CEF-based HTML controls: HTML Display or HTML Editor control....
Managing the styles
The help editor allows you to define styles of paragraphs......
Automatic positioning
When moving a control in a window, in a page or in a report, guides are automatically displayed by the real-time interface checker (also called automatic positioning)......
Movable (Property)
The Movable property is used to: Find out whether a table column can be moved by the user, Allow and/or forbid a table column to be moved by the user....
WDReplic: Implementing a replication
Configuring a replication requires several steps......
WDHFDiff: Overview
WDHFDiff is a tool used to compare HFSQL data files......
WDMap: Printing records
WDMAP allows you to print the records found in a data file......
You used WINDEV Mobile 28
Input suggestions in an Edit control
Implementing input suggestions in an Edit control is very simple......
ListInsert (Function)
Inserts an element into a List Box, ListView or Combo Box control populated programmatically.
ListAdd (Function)
Adds an element to a List Box, ListView or Combo Box control populated programmatically.
7. Source Code Manager (SCM)