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.
Pops the current cursor off the top of the stack.
class func pop()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.