You are reading help file online using chmlib.com
|
Rave Reports Developer Reference TBaseReport. SetPen method |
Top Previous Next |
Declaration procedure SetPen(NewColor: TColor; NewStyle: TPenStyle; NewWidth: integer; NewMode: TPenMode);
Category
Description This method will set the current pen for the given parameters. The NewWidth parameter, if positive, is the width of the pen in printer units (dots) and if negative, is the width on the pen in 1/100ths of an inch.
See also TBaseReport Class, CreatePen, TColor, TPenMode, TPenStyle
Example (Delphi) RvNDRWriter1.SetPen(clBlack,psSolid,-2,pmCopy);
Example (C++Builder) RvNDRWriter1->SetPen(clBlack,psSolid,-2,pmCopy); |
You are reading help file online using chmlib.com
|