You are reading help file online using chmlib.com 
     | 
  
| 
       
 TBaseReport. RestoreFont method  | 
    Top Previous Next | 
| 
 Declaration function RestoreFont(Index: integer): Boolean; 
 Category 
 Description This method will restore the font settings, saved by a previous SaveFont call, using an Index from 1 to 10. The result of this function will be true if the call was successful. 
 See also 
 Example (Delphi) // Restore the font saved in position 10 RestoreFont(10); 
 Example (C++Builder) rp1->RestoreFont(10);  | 
You are reading help file online using chmlib.com 
     |