Contents

pop()

Pops the current cursor off the top of the stack.

Declaration

class func pop()

Discussion

The new object on the top of the stack becomes the current cursor. If the current cursor is the only cursor on the stack, this method does nothing.

See Also

Controlling which cursor is current