Branches a procedure to the event of an automation object.
Syntax
Object without description interface Hide the details
AutomationEvent(<Procedure or method> , <Automation object> , <Event>)
<Procedure or method>: Character string
Name of the procedure or method that will be run when the event occurs.
<Automation object>: Automation object
Name of the automation object variable that contains the object on which the event will be branched.
<Event>: Character string
Event name.
Object with description interface Hide the details
AutomationEvent(<Procedure or method> , <Automation object> , <Interface> , <Event>)
<Procedure or method>: Character string
Name of the procedure or method that will be run when the event occurs.
<Automation object>: Automation object
Name of the automation object variable that contains the object on which the event will be branched.
<Interface>: Character string
Unique identifier of the automation interface that manages the event. This identifier has the following format "{XXXXXXXXX-XXXX-XXXX-XXXXXXXXXXXX}"
<Event>: Integer
Integer corresponding to the event number in the interface. This number can be found in the description of the automation object (IDL file): this function number must be used in the interface of events.