Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 1011 Bytes

File metadata and controls

36 lines (28 loc) · 1011 Bytes

NextObj

Description

Function NextObj returns the next object in any list . If the end of the list is reached, the function returns NIL. This procedure can be used with other handle routines such as FirstIn3D,FInGroup, FirstInSymDef, or FLayer.

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

Parameters

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

Examples

ComplexDialogLayout4

See Also

Relative calls:

Version

Availability: from All Versions

Category