You are reading help file online using chmlib.com
|
Rave Reports Developer Reference TBaseReport. RestorePos method |
Top Previous Next |
Declaration function RestorePos(Index: byte): Boolean;
Category
Description This method will set the text cursor position to the setting that was last stored at index, Index, by SavePos. The valid values for Index are 1 to 10.
See also
Example (Delphi) RvNDRWriter1.RestorePos(1);
Example (C++Builder) RvNDRWriter1->RestorePos(1); |
You are reading help file online using chmlib.com
|