ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<TreeMap>.InfoXY (Function)
Returns the index of the element displayed at a given position in a TreeMap control.
<Table>.ColumnIndex (Function)
Returns the index of a column in a Table or Treeview Table control.
<Chart>.CategoryColor (Function)
Initializes the category color for a chart whose type is: Pie, Column, Bubble chart, Waterfall....
<Source>.FilterIncludedBetween (Function)
Defines and enables an "Included between" filter on a file, view or query.
<Source>.ImportXML (Function)
Imports an XML file into an HFSQL Classic or Client/Server table. This table must have been defined in the data model editor, or declared with HDeclare, HDeclareExternal or HDescribeFile)....
<Scheduler>.PositionResource (Function)
Displays a given resource in a Scheduler control or returns the position of first visible resource in a Scheduler control.
<Dashboard>.ResizeWidget (Function)
Changes the dimensions of a widget found in a Dashboard control.
<Chart>.ScatterSeriesColor (Function)
Initializes the color of a series in a "Scatter" chart. Warning: This feature is only available from WINDEV Suite SaaS 2025 Update 2. For more details, see Utiliser les nouveautés de WINDEV Suite SaaS 2025....
<Table>.AddLineWithAnimation (Function)
Adds a row to a Table or TreeView Table control with an animation.
<Source>.ChangeLogDir (Function)
Modifies the location of log files corresponding to an HFSQL table.
<Source>.Security (Function)
Enables or disables the automatic security mechanism on one or more tables.
<Table>.Modify (Function)
Modifies a row in: a Table control, a TreeView Table control, tables displayed in a Combo Box control....
<Source>.Cross (Function)
Crosses a record in a table.
<Source>.InfoLock (Function)
Returns information about the lock set on a table, on one or all the records in a table.
<Window>.ChangeLayout (Function)
Applies a specific layout to: a window. an internal window....
StringToUTF8 (Function)
Converts an ANSI or Unicode string to UTF-8.
<Window>.EdSelectMinus (Function)
Deselects a control when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
<Source>.SetTransaction (Function)
Enables or disables the management of transactions for one or more files.
<Panel>.Position (Function)
Retrieves the position of a Dockable Panel control.
<Window>.Open (Function)
Opens a modal WINDEV or WINDEV Mobile window.
<Source>.Add (Function)
Adds: the record found in memory into the table (query or view). the record found in a Record variable into the table (query or view)....
<Table>.RefreshVisible (Function)
Modifies or returns the visibility status of refresh bar in a Table or TreeView Table control.
<Spreadsheet>.MergeCell (Function)
Merges specified or selected cells in a Spreadsheet control.
<Upload>.Start (Function)
Starts sending the selected files into an Upload control.
<Image>.SaveBMP (Function)
Saves an image: in a file in BMP format. in memory....