Previous Next

APPLY-CALLBACK( ) method
Applies a callback procedure, which lets you execute a defined event without duplicating the event procedure definition.
Return type:
Applies to:
 
Syntax 
APPLY-CALLBACK ( event-name )
event-name
The name of a defined event.
Use the SET-CALLBACK-PROCEDURE( ) method to associate an internal procedure with a callback for an object.
For more information on events, see the “Handle-based Object Events Reference” section.
See also:

Previous Next
© 2013 Progress Software Corporation and/or its subsidiaries or affiliates.