ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WinEdCreateNote (Function)
Creates a Repositionable Note control.
SpreadsheetAddImage (Function)
Adds an image into the current worksheet of a Spreadsheet control.
<Spreadsheet>.AddImage (Function)
Adds an image into the current worksheet of a Spreadsheet control.
<Array>.Map (Function)
Executes a procedure on each element of a source array and returns the results in a WLanguage array.
SQL selection conditions
To specify the selection conditions in an SQL query, you can use......
<Array>.Apply (Function)
Executes a procedure for each element of a WLanguage array.
TableAddChild (Function)
Adds a row into a TreeView Table control, at the end of a given hierarchy level.
TableInputSearch (Function)
Enables input in the the search area in the column title of the Table or Treeview Table control.
Handling a TreeView Table control programmatically
This page explains how to program TreeView Table controls......
Manipulating TreeView controls programmatically (prefix syntax)
WINDEV, WINDEV Mobile and WEBDEV allow you to manipulate a TreeView control through programming......
TableFilteredColumn (Function)
Returns the list of columns filtered by the user in a Table or TreeView Table control.
AAF: Sort on the columns of a Table control
WINDEV allows the user to easily sort the columns of a Table control....
Handling a TreeView Table control programmatically (prefix syntax)
This page explains how to program TreeView Table controls......
ChangeCharset (Function)
Retrieves and/or changes the character set used: by all the screen fonts. by all the operations performed on the character strings (functions and/or operators)....
<TreeView Table>.AddChild (Function)
Adds a row into a TreeView Table control, at the end of a given hierarchy level.
TreeInsert (Function)
Inserts a leaf into a TreeView control at a specific position.
<Table>.InputSearch (Function)
Enables input in the search area in the column title of the Table or Treeview Table control.
HStatNbDuplicates (Function)
Returns the number of duplicates for a given key item.
<TreeView>.Insert (Function)
Inserts a leaf into a TreeView control at a specific position.
StringCompare (Function)
Compares two strings character by character: according to the sequence of ASCII characters. according to the alphabetical order....
Text (Property)
The Text property is used to get and modify text.
HTMLToRGB (Function)
Converts the HTML color into RGB color.
<Table>.FilteredColumn (Function)
Returns the list of columns filtered by the user in a Table or TreeView Table control.
ListSort (Function)
Sorts the elements in a List Box, ListView or Combo Box control populated programmatically.
TypeVar (Function)
Identifies the type of an expression, a variable (during a call to a procedure for example) or a control.