Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 791 Bytes

File metadata and controls

34 lines (26 loc) · 791 Bytes

PrevDObj

Description

Function PrevDObj returns the previous deselected object in a list of objects . If the end of the object list is reached, the function returns NIL.

FUNCTION PrevDObj(h : HANDLE): HANDLE;
def vs.PrevDObj(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