Saving and loading a styles library

Top  Previous  Next

Saving and loading a styles library

Top Previous

File extension for the styles library is “FSS” by default.

 

var

StyleSheet: TfrxStyleSheet;

 

StyleSheet.SaveToFile('c:\1.fss');

StyleSheet.LoadFromFile('c:\1.fss');

 

 

 

Converted from CHM to HTML with chm2web Standard 2.85 (unicode)