ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Multiselection (Property)
The Multiselection property gets and sets the selection mode: in a Table and TreeView Table control. in a Pivot Table control. in a List Box and ListView control. in a Looper control. in a Calendar control. of files in an Upload control....
TableSave (Function)
Updates or adds the record bound to the current row in the Table or TreeView Table control.
<Table>.Save (Function)
Updates or adds the record bound to the current row in the Table or TreeView Table control.
MVP RAD
WINDEV proposes an MVP RAD that generates the "table" and "form" windows as well as the necessary Presenter and Model classes......
MinimumLength (Property)
The MinimumLength property is used to configure the minimum length of the words to be indexed.
The Table control
The Table control is used to simplify the display and the input of information stored in memory or coming from a data file, a view or a query......
AAF: Sort on the columns of a Table control
WINDEV allows the user to easily sort the columns of a Table control....
Table, List Box and Combo Box controls bound to queries
A Table, List Box or Combo Box control can be used to display the content of a data file or query......
TableAdd (Function)
Adds a row in: a Table control, a TreeView Table control, a Combo Box control "with table" (Table control displayed in a Combo Box control)....
<Table>.Add (Function)
Adds a row in: a Table control, a TreeView Table control, a Combo Box control "with table" (Table control displayed in a Combo Box control)....
<Source>.ListStopWord (Function)
Returns the list of stop words used by a full-text index.
HListStopWord (Function)
Returns the list of stop words used by a full-text index.
Native MariaDB Connector: Specific features
The Native MariaDB Connector creates "InnoDB" tables to support locks and transactions on a MariaDB database......
VisibleOutsideWindow (Property)
The VisibleOutsideWindow property is used to: determine if a button is visible even if its position (X,Y) is outside the border of the window (entirely or partially). modify the visibility of an "off-window" button....
Translucent effect of windows
Depending on the style of your applications, the border of your windows can be translucent......
TotalsEnabled (Property)
The TotalsEnabled property enables you to: Identify the calculation method used for columns in a Table or TreeView Table control (automatic or custom), Temporarily forbid or force column calculations (automatic or custom) in a Table or TreeView Table control....
<Word Processing>.GoIntoEdit (Function)
Enters in edit in the Word Processing control in a specific document section: body, header or footer.
DocGoIntoEdit (Function)
Enters in edit in the Word Processing control in a specific document section: body, header or footer.
TableSortChild (Function)
Sorts a branch in a TreeView Table control on one or more columns.
<TreeView Table>.SortChild (Function)
Sorts a branch in a TreeView Table control on one or more columns.
Columns (Property)
The Columns property allows access: to the configuration of a table column in a Word Processing document (docTable variable). to the configuration of a text column in a multicolumn document (docFormatMulticolumn variable)....
Binding Bar Code controls to items
A Bar Code control can be bound to an item in a data file, query, etc....
Table control based on a variable
A Table control based on a variable is a Table control whose columns are bound to the elements of an Array variable, to the members of a class or to the elements of an advanced variable (e.g., xlsDocument)......
<Source>.FTListWord (Function)
Lists the words of the current record that will be taken into account by the full-text indexing.
HFTListWord (Function)
Lists the words of the current record that will be taken into account by the full-text indexing.
1
2
3
4
5
6
157
>