TRVStyle.SaveINI

<< Click to display table of contents >>

TRVStyle.SaveINI

Saves all properties of TRVStyle component in the ini-file

procedure SaveINI(const FileName, Section: String);

Parameters:

FileName name of the ini-file;

Section section of the ini-file

Warning: the section is cleared before saving.

Alternative way to store/load TRVStyle: using TStream.WriteComponent and ReadComponent.

See also:

LoadINI;

SaveReg;

SaveCSS.