PreviousNextIndex

GET-CALLBACK-PROC-NAME( ) method

Returns the name of the internal procedure associated with the ABL callback for the specified event.

Return type: CHARACTER

Applies to: Buffer object handle, ProDataSet object handle, Query object handle

Syntax
GET-CALLBACK-PROC-NAME( event-name ) 

event-name

If the object does not have a callback procedure for the specified event, this method returns the Unknown value (?).

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: APPLY-CALLBACK( ) method, GET-CALLBACK-PROC-CONTEXT( ) method, SET-CALLBACK-PROCEDURE( ) method


OpenEdge Release 10.2B
Copyright © 2009 Progress Software Corporation
PreviousNextIndex