Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 628 Bytes

File metadata and controls

29 lines (22 loc) · 628 Bytes

vsoGetEventInfo

Description

Returns the ID of the event in an event-enabled object. If the event was a button press, outEventData will indicate which button it was.

PROCEDURE vsoGetEventInfo(
				VAR outObjEvent  : LONGINT;
				VAR outEventData : LONGINT);
def vs.vsoGetEventInfo():
    return (outObjEvent, outEventData)

Parameters

Name Type Description
outObjEvent LONGINT Output parameter.
outEventData LONGINT Output parameter.

Version

Availability: from All Versions

This is drop-in function.

Category