ObjGetNextΒΆ

ObjGetNext returns the handle of the next object of the specified class.

handleOut = ObjGetNext()
handleOut = ObjGetNext(handle)
handleOut = ObjGetNext(ssClass)
handleOut = ObjGetNext(handle, ssClass)

Return Value

handleOut see ObjGetFirst.

Parameters

handle

handle see ObjGetFirst.

ssClass

ssClass see ObjGetFirst.

id-1079839