TRVStyle.LoadReg

<< Click to display table of contents >>

TRVStyle.LoadReg

Loads all properties of TRVStyle component from the Registry (for Delphi4+).

procedure LoadReg(const BaseKey: String);

(Introduced in version 1.2)

Parameter:

BaseKey the name of the HKEY_CURRENT_USER subkey to loads data from. LoadReg appends 'RVStyle' to this subkey. For example, if BaseKey is 'Software\My Company\My Program', it loads data from the 'Software\My Company\My Program\RVStyle' key.

Warning: these data in this section (BaseKey+'\RVStyle') must exists, otherwise all properties will be reset to default values.

See also:

SaveReg;

LoadINI.