Release Summary : 2. Changes to Existing Features : Input Event Class Gets New StopEventBehavior Method
 
Share this page                  
Input Event Class Gets New StopEventBehavior Method
The StopEventBehavior method stops a time-based behavior started by the InputEvent.TriggerEventBehavior method.
This method has the following syntax:
integer = InputEvent.StopEventBehavior(location = Object, eventkey = varchar(32))
This method has the following parameters:
location
(Required) Specifies the field, frame, class, field template, frame template, or application under which the event-behavior is stored
eventkey
(Optional) Specifies the event key to be used to look up the stored response
If the eventkey is omitted or an empty string, all general responses (behaviors with responsetype "event_responses") at this location are stopped.