FormDataStructureAndCollection

Collection elements:

FormDataCollectionItem
Iteration through collection using For each ... In ... Do operator is available to object. Collection items are retrieved during iteration.
Access to collection item is possible using [...] operator. Item index (starting from 0) is passed as an argument.

Properties:

<Property name>

Methods:

Add
Clear
Count
Delete
FindByID
FindRows
Get
IndexOf
Insert
Load
Move
Property
Sort
Total
Unload

Description:

Is used for modelling record sets in the managed form data.

Availability:

Thin client, web-client, server, thick client, Mobile application (client), Mobile application (server).
Can be used in attributes of managed form.

See also:

Global context, method FormDataToValue
Global context, method ValueToFormData
ManagedForm, method ValueToFormAttribute
ManagedForm, method FormAttributeToValue
FormDataStructureAndCollection, method Delete

    

1C:Enterprise Developer's Community