Form.GetAction

Syntax:

GetAction(<EventName>)

Parameters:

<EventName> (required)

Type: String.
Name of the event for which an action is needed.

Returned value:

Type: Action.

Description:

Obtains an action that will be executed when a specified event occurs.

Availability:

Thick client.

Example:

CurrentActionAtClosing = GetAction("OnClose");

See also:

Action

    

1C:Enterprise Developer's Community