Previous Page | Next Page

SCL Methods for Automating OLE Objects under Windows

_GET_EVENT_



Returns the name of the last OLE control event received.
Syntax
Details

Syntax

CALL NOTIFY(OLE-object-name,'_GET_EVENT_',out-event);

Argument Character (C) or Numeric (N) Description
out-event
C contains the returned name of the last OLE control event received.


Details

This method returns the name of the event that the specified OLE control most recently sent.

Previous Page | Next Page | Top of Page