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