Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 584 Bytes

File metadata and controls

29 lines (21 loc) · 584 Bytes

vstGetInitObject

Description

Return HANDLE to the object that this tool should copy. Part of 'similar object createion'. Used inside kToolInitByObject event.

FUNCTION vstGetInitObject(message1 : LONGINT): HANDLE;
def vs.vstGetInitObject(message1):
    return HANDLE

Parameters

Name Type Description
message1 LONGINT

Examples

le can be found at [[VS:Similar_Objects_Creation#Tool_Part]]

Version

Availability: from All Versions

This is drop-in function.

Category