ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Display modes, transparency and symmetry of an image
An image can be displayed in a window, a window control, a report control, a page control or a block according to several display modes.
WinSize (Function)
WinSize:
  • returns or modifies the window display mode (maximized, minimized or normal),
  • modifies the window height and/or width,
  • moves the window and modifies a window's height and/or width.
DrawingStyle (Function)
Allows you to find out and modify:
  • the display mode of grayed buttons found in the windows of your application.
  • the display mode of translucent border for the windows of your application.
  • the mode for loading large images.
Events associated with an Organization Chart control
Events associated with a Repositionable Note control
Events associated with a Repositionable Note control...
Events associated with a Sliding Banner control
WEBDEV manages the following events by default (order of appearance in the code editor)...
Events associated with a TimeLine control
WINDEV manages the following events by default (in order of appearance in the code editor)...
TableListChild (Function)
Lists the "children" of a node and the "child" elements of these "children" in a TreeView Table control.
<Map>.ExecuteJS (Function)
Runs the native code of Google Maps API in a Map control in JavaScript.
SQL query (WLanguage type)
The "SQL query" type is used to write an SQL query in the WLanguage code.
Browser code (WLanguage): Framework 2
From version 22, WEBDEV proposes a new WLanguage framework for the browser code...
Events associated with an Image Editor control
WINDEV manages the following events by default (in order of appearance in the code editor)...
AAFExportParameter (Function)
Saves all customizations made via AAFs (Automatic Application Features) in a file.
<TreeView Table>.ItemStatus (Function)
Returns the status of a node in a Treeview Table control: collapsed, expanded or not found.
<TreeView Table>.ListChild (Function)
Lists the "children" of a node and the "child" elements of these "children" in a TreeView Table control.
WLanguage procedure called by fTrackDirectory
WLanguage procedure ("callback") called by fTrackDirectory when a change is made to the tracked directory.
HTMLEditorInsert (Function)
Inserts text or HTML code at the cursor position in an HTML Editor control.
htmlNode (Type of variable)
The htmlNode type is used to define all the advanced characteristics of a node of an HTML document.
HTML Editor control events
The following events appear by default in the WINDEV and WINDEV Mobile code editor...
<HTML editor>.Insert (Function)
Inserts text or HTML code at the cursor position in an HTML Editor control.
WLanguage procedure called by fTrackFile
WLanguage procedure ("callback") called by fTrackFile when a change is made to the tracked file.
Compile (Function)
Dynamically compiles an Procedure whose source code is provided (dynamic compilation).
CriticalSectionEnd (Function)
Marks the end of critical section: the code will be run by another thread.
Events associated with Java Applet controls
List of events associated with Java Applet controls...
Events associated with Toolbar controls
List of events associated with Toolbar controls...
Events associated with the cells of the status bars
WINDEV manages the following events by default:...
TableItemStatus (Function)
Returns the status of a node in a Treeview Table control: collapsed, expanded or not found.
diagSelection (Type of variable)
The diagSelection type is used to define all the advanced characteristics of a selection made in a diagram.