Saving and loading text and paragrapf styles from ini file

General TRichView support forum. Please post your questions here
Post Reply
VT
Posts: 18
Joined: Mon Jul 31, 2006 1:39 pm

Saving and loading text and paragrapf styles from ini file

Post 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.
Sergey Tkachenko
Site Admin
Posts: 17310
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

Name of ini-file section (the second parameter) cannot be empty string.
Post Reply