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 HANDLEIf 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 NextSymDef will set the list navigation on the type 92, ignoring the symbol definitions.
Availability: from All Versions