ENABLE-EVENTS( ) method
(Windows only)Enables event notification for automation objects.
Return type: CHARACTER
Applies to: Automation Object
event-proc-prefix
A character-string expression that the AVM prepends to event names. The resulting string is the name of the internal procedure the AVM runs when an event is fired. During an event notification, all running procedures and all persistent procedures are searched to find a procedure with the name matchingevent-proc-prefix
.eventname
(for example,ExcelWB.SelectionChanged
).
OpenEdge Release 10.2B
|