TxiSetupStorage.Create method

Unit: XIStorage

Class: TxiSetupStorage

Declaration:

constructor Create(const aLocation: TxiSetupLocation; aIniFileName,
      aIniSection: string);

Creates an instance of the TxiSetupStorage class. Depending on the aLocation value, the aIniFileName and aIniSection have different meanings. In the INI file mode they contain file name and name of an INI section. In the registry mode aIniFileName contains registry branch name (ie. 'HKEY_CURRENT_USER\Software') and aIniSection contains additional branch name (ie. 'MySoftware'), so the full registry path will be a combination of those two values ('HKEY_CURRENT_USER\Software\MySoftware'). Note than none of these parameters can be empty.

 

The CHM file was converted to HTML by chm2web software.