Skip to content
This repository has been archived by the owner on Sep 9, 2019. It is now read-only.

Latest commit

 

History

History
17 lines (12 loc) · 512 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 512 Bytes

How to use

Created in 2005

  • Copy file RITslip.pas to project folder.
  • Add in section uses : "RITslip" and in private : "RITslip : TeRITslip" Done!

Example:

    RITslip.SaveStringReg(HKEY_LOCAL_MACHINE, 'Software\Test32', 'SomeNameString', 'ValueString');

    RITslip.ReadStringReg(HKEY_LOCAL_MACHINE, 'Software\Test32', 'SomeNameString';

    RITslip.SaveStringIni('c:\plik.ini', 'Section', 'key1', 'SomeValue');

    RITslip.ReadStringIniValue('c:\plik.ini', 'Section', 'key1')