ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Alias type
The Alias type is used to declare and handle a logical alias for a table or query.
Alias (Property)
The Alias property gets the alias of an element.
<Source>.Alias (Function)
Creates a logical alias of a table (or query) or cancels all existing aliases.
Aliases on tables: HAlias function
The aliases are used to handle ...
Non-modal management of a window
The window that opens another window is called parent window ; the windows opened by the parent window are called child windows...
HAlias (Function)
Creates a logical alias of a table (or query) or cancels all existing aliases.
HCancelAlias (Function)
Cancels an alias that was declared beforehand by HAlias.
WinChangeAlias (Function)
Modifies the alias of a window.
Data Source (Variable type)
A Data Source variable is used to describe a temporary data source (query, view, alias, etc.).
Image control properties
The Image controls include properties that can be handled in WLanguage both in the windows...
List Box control properties
You can manipulate List Box controls in a window or page using the following WLanguage...
Progress Bar control properties
List of properties associated with the Progress Bar control...
Chart control properties
A Chart control can be used......
OpenSister (Function)
Opens a non-modal sibling window.
Check Box control properties
Several WLanguage properties can be used on the Check Box controls found in a window, in a page...
Combo Box control properties
You can manipulate Combo Box controls in a window or page using the following WLanguage...
Static control properties
List of properties associated with a Static control...
Scheduler control properties
A Scheduler control found in a window or in a page can be handled in WLanguage by the following...
Table control properties
A Table control found in a window or in a page can be handled in WLanguage by the following...
Handling an iFrame control through programming
WEBDEV allows you to handle an iFrame control by programming......
Dashboard control properties
A Dashboard control can be handled in a window by the following WLanguage properties......
Code Editor control properties
You can manipulate Code Editor controls in a window using the following WLanguage properties......
OpenChild (Example)
Usage example of the OpenChild function
ParentObject (Function)
Identifies the "parent" of a graphic object: control, column, window, page, ...
1
6
7
8
9
10
15
>