ManagedForm.GetFormFunctionalOption

Syntax:

GetFormFunctionalOption(<Name>)

Parameters:

<Name> (required)

Type: String.
Functional option name.

Returned value:

Type: Arbitrary.
A value of a functional option applicable to a form instance. The option value is obtained using the parameters set by the SetFormFunctionalOptionParameters method.

Description:

Obtains functional option of a form.

Availability:

Thin client, web-client, server, thick client, Mobile application (client), Mobile application (server).
Calling the method executes a server call.

Note:

Execution result is not cached. Server call is executed on each method call.
If the reference to a group was passed as a parameter of functional option, and the attribute containing the value of functional option is not used by a group, then Null is returned when obtaining the value of functional option.

    

1C:Enterprise Developer's Community