You are reading help file online using chmlib.com
|
Rave Reports Developer Reference TBaseReport. PopPos method |
Top Previous Next |
Declaration function PopPos: Boolean;
Category
Description This method will set the text cursor position to the setting that was last pushed by PushPos. PopPos will return false if no more positions exist on the stack.
See also
Example (Delphi) PushPos; PrintXY(4,1.5,'Name'); PopPos;
Example (C++Builder) rp1->PushPos(); rp1->PrintXY(4,1.5,"Name"); rp1->PopPos(); |
You are reading help file online using chmlib.com
|