Progress
Language Reference


REMOVE-EVENTS-PROCEDURE( ) Method

Removes an external procedure from the list that Progress searches for event procedures to handle an ActiveX control event.

Return Type: LOGICAL

Applies To: Control-frame

SYNTAX
REMOVE-EVENTS-PROCEDURE ( procedure-handle ) 

procedure-handle

A handle to a persistent procedure or an otherwise active procedure on the call stack.

After removing the handle to an external procedure containing an event handler, the equivalent event procedure found in the next procedure in the search list handles the event. For information on this search list, see the ADD-EVENTS-PROCEDURE( ) Method reference entry.

If the method succeeds in removing the procedure file from the list, it returns TRUE. Otherwise, it returns FALSE.


Copyright © 2004 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095