Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 818 Bytes

File metadata and controls

34 lines (26 loc) · 818 Bytes

PrevObj

Description

Function PrevObj returns the object in any list which precedes the specified object. If the end of the list is reached, the function returns NIL.

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

Parameters

Name Type Description
h HANDLE Handle to object, group, or symbol definition.

See Also

Relative calls:

Version

Availability: from All Versions

Category

  • Document List Handling