Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 766 Bytes

File metadata and controls

34 lines (26 loc) · 766 Bytes

NextSObj

Description

Function NextSObj returns the next selected object in a list. If the end of the list is reached, the function returns NIL.

FUNCTION NextSObj(h : HANDLE): HANDLE;
def vs.NextSObj(h):
    return HANDLE

Parameters

Name Type Description
h HANDLE Handle to object.

See Also

Relative calls:

Version

Availability: from All Versions

Category

  • Document List Handling