FormAttribute.Default

Syntax:

New FormAttribute(<Name>, <Type>, <Path>, <Title>, <SavedData>)

Parameters:

<Name> (required)

Type: String.
Attribute name.

<Type> (required)

Type: TypeDescription.
Attribute type.

<Path> (optional)

Type: String.
Path to the attribute being created without the name of the attribute itself.
Default value: Empty string.

<Title> (optional)

Type: String.
Contains displayed text of the attribute.

<SavedData> (optional)

Type: Boolean.
The attribute contains saved data.
True - is saved form attribute.
Default value: False.

Description:

Creates a managed form attribute description based on transferred parameters.

    

1C:Enterprise Developer's Community