Skip to content

Latest commit

 

History

History
49 lines (40 loc) · 756 Bytes

File metadata and controls

49 lines (40 loc) · 756 Bytes

GetEvent

Description

See [[VS:Object Events]].

FUNCTION GetEvent() :LONGINT;
def vs.GetEvent():
    return LONGINT

Parameters

Name Type Description

Remarks

[Ptr 09/23/2019] CONST {Event ID's} kEventID_Reset = 3; kEventID_OnObjPref = 4; kEventID_OnInitProperties = 5; kEventID_OnDoubleClick = 7; kEventID_OnUIButtonHit = 35; kEventID_OnAddState = 44;

Event ID's

kEventID_Reset = 3 kEventID_OnObjPref = 4 kEventID_OnInitProperties = 5 kEventID_OnDoubleClick = 7 kEventID_OnUIButtonHit = 35 kEventID_OnAddState = 44

Version

Availability: from All Versions

This is drop-in function.

Category

  • Object Events