ValueTree

Properties:

Columns
Rows

Methods:

ChooseRow
Copy

Constructors:

Default

Description:

Used to access properties and methods of the value tree as a whole.
The object, represented by a tree structure, provides functionality similar to that of a value table, and also provides the ability to add subordinate rows to any row of the tree.

Important! In thick client (ordinary application) transferring values of this type from client to server and back is prohibited.

Availability:

Server, thick client, external connection, Mobile application (server).
Serializable. The given object may be serialized to/from XDTO. The XDTO type correspoding to this object is defined in {http://v8.1c.ru/8.1/data/core} namespace. XDTO type name: ValueTree.

Example:

ResultTree = New ValueTree;
For 
Each Column In ResultsTable.Columns Do
    ResultTree.Columns.Add(Column.Name);
EndDo
;

See also:

ValueTree, method Copy
DataAnalysisAssociationRulesResult, method UnloadRules
ValueTreeRow, method Owner

    

1C:Enterprise Developer's Community