You are reading help file online using chmlib.com 
     | 
  
| 
       
 TBaseReport. SetBrush method  | 
    Top Previous Next | 
| 
 Declaration procedure SetBrush(NewColor: TColor; NewStyle: TBrushStyle; NewBitmap: TBitmap); 
 Category 
 Description This method will set the current brush for the given parameters. If a bitmap is not desired, pass in the value of nil. 
 See also TBaseReport Class, CreateBrush, TBrushStyle, TColor 
 Example (Delphi) RvNDRWriter1.SetBrush(clBlack, bsClear, nil); 
 Example (C++Builder) RvNDRWriter1->SetBrush(clBlack, bsClear, NULL);  | 
You are reading help file online using chmlib.com 
     |