FixedStructure

Collection elements:

KeyAndValue
Iteration through collection using For each ... In ... Do operator is available to object. Collection items are retrieved during iteration.

Properties:

<Key name>

Methods:

Count
Property

Constructors:

Based on keys and values
Based on structure
By default

Description:

It is a fixed collection of KeyAndValue pairs. Key must be of the string type and must meet the naming requirements for script variables.
Structure values can be addressed as an object property. The key is used as a property name.
The structure is normally used as values of session parameters.

Availability:

Thin client, web-client, server, thick client, external connection, Mobile application (client), Mobile application (server).
Exchange with server is possible. Serializable. Can be used in attributes of managed form. 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: FixedStructure.

See also:

Structure
Form extension for a HTML document field, event OnClick

    

1C:Enterprise Developer's Community