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| Name | Type | Description |
|---|---|---|
| symHd | HANDLE | Handle to symbol definition in library. |
If the symHd passed as argument is a symbol folder, the list ignores the symbol definitions. See: FSymDef.
Availability: from All Versions