ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Link control
The Link control is used to:
  • create a link in an HTML page.
  • create a link in a report printed in HTML format.
Characteristics of columns found in a Table control in a page (prefix syntax)
The columns are used to display information in a Table control...
Characteristics of the columns of a Table control in a page
The columns are used to display information in a Table control.
Screen,Raz (External language)
Resets to zero (for a numeric control) or clears (for the other types of controls) the content of the controls found in the current window.
InitWindow (Function)
Initializes (or not) the controls to zero and runs the initialization processes of the controls and the window.
Automatic completion
The automatic completion helps you write WLanguage code in your applications......
Multiline (Property)
In a window or page, the Multiline property is used to: find out and modify the "Multiline" option of an Edit control. find out and modify the "Multiline" option of a column in a Table control. In a report, the Multiline property is used to determine and change the "Multiline" option of a control....
<Kanban>.InsertList (Function)
Inserts a list in a Kanban control.
<Kanban>.DeleteList (Function)
Deletes a list from a Kanban control.
<Kanban>.MoveList (Function)
Moves a list in a Kanban control.
KanbanInsertList (Function)
Inserts a list in a Kanban control.
KanbanMoveList (Function)
Moves a list in a Kanban control.
KanbanDeleteList (Function)
Deletes a list from a Kanban control.
SilverLight control properties
List of properties associated with the SilverLight control...
Flex control properties
The Flex control can be handled by the WLanguage properties in server code and in browser code......
SelectionColor (Function)
Changes the characteristics of the selection bar in a Table control, Combo Box control or List Box control.
Transparency of windows
WINDEV allows you to apply a transparency coefficient to the windows......
Deploying a Java archive
Like for any application, WINDEV allows you to create a setup program for a Java application......
8. Windows in practice
Discover the main actions that can be performed on the windows....
Break management functions
The following functions are used to manage loopers in the Table controls and the Looper controls:...
The Layout control
The Layout control simplifies the implementation of dynamic UIs where controls are displayed and/or hidden programmatically......
ERR_NO_END_TAG
Currency + Euro type
In a WINDEV application or in a WEBDEV site, the Euro must be managed in all the controls used to enter or display currency values......
ExpandedImage (Property)
The ExpandedImage property is used to: find out and modify the default image associated with an expanded row in a TreeView Table control. find out and/or modify the default image associated with an expanded row in a TreeView control. find out and modify the image associated with a specific expanded row in a TreeView Table control. find out and modify the image associated with an expanded row in a treeview item of a "TreeView table" report....
ScrollBarShow (Function)
Displays (or not) a scrollbar in a WINDEV control (edit control or list box) even if no scrollbar was specified during the control description.
WDAPI: Converting a declaration of C function or structure
WDAPI is used to convert a declaration of C function or structure into a declaration of WLanguage function or structure......
Name (Property)
The Name property is used to get: the name of the font associated with a Font variable. the name of a control, report or report block. the name of a control, group of controls or window. the name of a control, group of controls or page....
XamlProperty (Function)
Used to find out and modify the value of a .Net property for an Xaml control or for a Carousel control.