You are reading help file online using chmlib.com
|
Rave Reports Developer Reference TBaseReport. ResetLineHeight method |
Top Previous Next |
Declaration procedure ResetLineHeight;
Category
Description This method will reset the property LineHeight to the current font if the LineHeightMethod property is equal to lhmFont. Otherwise, ResetLineHeight sets LineHeight to the value of 1.0 LinesPerInch or leaves it alone if LineHeightMethod is lhmUser.
See also TBaseReport Class, LineHeight, LineHeightMethod
Example (Delphi) RvNDRWriter1.ResetLineHeight;
Example (C++Builder) RvNDRWriter1->ResetLineHeight(); |
You are reading help file online using chmlib.com
|