You are reading help file online using chmlib.com
|
Rave Reports Developer Reference TBaseReport. SaveFont method |
Top Previous Next |
Declaration function SaveFont(Index: integer): Boolean;
Category
Description This method will save the current font settings using a value of Index from 1 to 10. These settings can later be restored with a call to RestoreFont. The result of this function will be true if the call was successful.
See also TBaseReport Class, RestoreFont
Example (Delphi) // Save the current font settings in position 2 SaveFont(2);
Example (C++Builder) rp1->SaveFont(2); |
You are reading help file online using chmlib.com
|