You are reading help file online using chmlib.com
|
Rave Reports Developer Reference TBaseReport. MoveTo method |
Top Previous Next |
Declaration procedure MoveTo(X,Y: double);
Category
Description This method will move the current graphic cursor position to the point specified by (X,Y).
See also
Example (Delphi) RvNDRWriter1.MoveTo( NewX, NewY );
Example (C++Builder) RvNDRWriter1->MoveTo( NewX, NewY ); |
You are reading help file online using chmlib.com
|