You are reading help file online using chmlib.com 
     | 
  
| 
       
 TBaseReport. DrawFocusRect method  | 
    Top Previous Next | 
| 
 Declaration procedure DrawFocusRect(const Rect: TRect); 
 Category 
 Description This method will draw a rectangle, defined by Rect, in the style used to indicate that the rectangle has focus. 
 See also TBaseReport Class, CreateRect, TRect 
 Example (Delphi) RvNDRWriter1.DrawFocusRect(CreateRect(1.0,1.0,2.0,3.0)); 
 Example (C++Builder) RvNDRWriter1->DrawFocusRect(rp1->CreateRect(1.0,1.0,2.0,3.0));  | 
You are reading help file online using chmlib.com 
     |