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

Module attendant register for Lazarus and Delphi

Notifications You must be signed in to change notification settings

m4rcelpl/RITSlip_Register_Module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

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')

About

Module attendant register for Lazarus and Delphi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages