FormAllItems

Collection elements:

FormGroup; FormTable; FormField; FormButton
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 name is passed as an argument.

Properties:

<Control name>

Methods:

Add
Count
Delete
Find
Insert
Move

Description:

Collection of all managed form items doesn't depend on their position in heirarchy. Only the root element is not included in the collection.

Availability:

Thin client, web-client, server, thick client, Mobile application (client), Mobile application (server).

See also:

ManagedForm, property Items

    

1C:Enterprise Developer's Community