Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 683 Bytes

File metadata and controls

23 lines (16 loc) · 683 Bytes

FSymDef

Description

Function FSymDef returns a handle to the first symbol definition in the current document's symbol library. If the symbol library is empty, the function returns NIL.

FUNCTION FSymDef : HANDLE;
def vs.FSymDef():
    return HANDLE

Remarks

If the document's level ('top level') contains only symbol folders (type 92) and the symbol definitions (type 16) are all nested in symbol folders, the routine will return the first symbol folder. Using then [[VS:NextSymDef]] will set the list navigation on the type 92, ignoring the symbol definitions.

Version

Availability: from All Versions

Category

  • Document List Handling