Page 1 of 1

Saving and loading text and paragrapf styles from ini file

Posted: Fri Sep 29, 2006 4:20 am
by VT
How can i save and load text and paragrapf styles from a ini file ?
I tried the code:

Rvstyle.Textstyle.SaveToIni(IniFile, ' ');

Rvstyle.TextStyle.LoadFromIni(IniFile, ' ', crdefault);

the same for para styles.

Posted: Sat Sep 30, 2006 7:33 pm
by Sergey Tkachenko
Name of ini-file section (the second parameter) cannot be empty string.