ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

MapPolyline (Type of variable)
The MapPolyline type is used to define the characteristics of a line composed of several segments to be drawn on the map displayed in a Map control.
Compilation statement: IF ExecutionTarget
The <IF ExecutionTarget> compile statement allows you to compile or not compile a WLanguage code depending on the execution target.
Events associated with TreeView controls
List of events associated with TreeView controls...
nWDGetHFContext: Get HFSQL context
Gets the HFSQL context (applies to C, Pascal and Visual Basic only)......
GDPR (Property)
The GDPR property is used to: find out if the GDPR applies to an item from a table. define whether the GDPR should apply to an item (in the item description in the code only)....
Events associated with Spin controls
List of events associated with Spin controls...
Importing a WINDEV window into a WEBDEV site
The Windows windows developed with WINDEV......
String literals: single-line and multiline strings
String literals are used to represent and manipulate data as a sequence of characters. For example, string literals can be used to display information, define a constant, etc....
Visibility of the elements found in an external component
When creating an external component, you have he ability to define the elements of the external component that will be accessible (or not) by the user of the component......
Using Objective C code
You can use Objective C code in iPhone/iPad applications generated with WINDEV Mobile....
Open document tabs
The document tabs allow you to navigate between the different elements opened in the different editors....
"Real Time Performance Profiler" pane
The "Real Time Performance Profiler" pane shows the activity of an application or site during a test......
DisplayLink (Property)
The DisplayLink property gets and sets the display mode of the links in a Gantt Chart column.
How to choose the data source of a control?
This help page presents the different data sources available for a control....
Handling a dictionary
WINDEV, WEBDEV and WINDEV Mobile allow you to easily perform the following operations on a dictionary......
WDGenPage: Use in command line mode
WDGenPage run in command line is used to generate one or more semi-dynamic pages without starting WEBDEV or WDGenPage....
Error 1054: 'Ancestor' cannot be used outside the code of a class
InWindowsMobileMode (Function)
Indicates whether the code is run: from a Windows Mobile application. from a WINDEV application, from a WEBDEV site or from a PHP application. Function kept for backward compatibility....
6. Internal window
Internal windows...
9. Internal page
10. Internal window
The Internal Window control is used to include a window (and its code) in another window. At runtime, the internal window will be dynamically merged with the host window.