Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 696 Bytes

File metadata and controls

27 lines (20 loc) · 696 Bytes

NextSymDef

Description

Function NextSymDef returns a handle to the next definition in the symbol library after the referenced symbol. If the end of the list has been reached, the function returns NIL.

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

Parameters

Name Type Description
symHd HANDLE Handle to symbol definition in library.

Remarks

If the symHd passed as argument is a symbol folder, the list ignores the symbol definitions. See: FSymDef.

Version

Availability: from All Versions

Category