You are reading help file online using chmlib.com
|
Rave Reports Developer Reference TBaseReport. FrameRect method |
Top Previous Next |
Declaration procedure FrameRect(const Rect: TRect);
Category
Description This method draws the rectangle Rect using the current brush to draw the border of the rectangle. FrameRect does not fill the rectangle with the current brush.
See also TBaseReport Class, CreateRect, TRect
Example (Delphi) RvNDRWriter1.FrameRect( CreateRect( 1.0,1.0, 2.0,3.0 ) );
Example (C++Builder) RvNDRWriter1->FrameRect( rp1->CreateRect(1.0,1.0,2.0,3.0) ); |
You are reading help file online using chmlib.com
|