Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 495 Bytes

File metadata and controls

24 lines (18 loc) · 495 Bytes

PrevSymDef

Description

Function PrevSymDef returns a handle to the symbol definition in the symbol library preceding the referenced definition.

FUNCTION PrevSymDef(symHd : HANDLE): HANDLE;
def vs.PrevSymDef(symHd):
    return HANDLE

Parameters

Name Type Description
symHd HANDLE Handle to symbol definition.

Version

Availability: from All Versions

Category