FormAllItems.Add

Syntax:

Add(<Name>, <ElementType>, <Parent>)

Parameters:

<Name> (required)

Type: String.
Unique name of the item to be added.

<ElementType> (required)

Type: Type.
Type of the item to be added.

<Parent> (optional)

Type: FormGroup; FormTable; ManagedForm.
Parent for the item to be added.
If it is not specified, the item is added to the top level.

Returned value:

Type: FormDecoration; FormGroup; FormButton; FormTable; FormField.

Description:

Adds an item to the collection.

Availability:

Server, Mobile application (server).

    

1C:Enterprise Developer's Community