Unit RegisterApp

Classes

TRegisterApp -

Functions

Register -

Types

TAppInfo

Constants

Variables


Functions


procedure Register;


Types


TAppInfo = record
User : shortstring;
Company : shortstring;
Serial : shortstring;
end;
This used for programs that are installed with InstallShield } { InstallShield leaves Username, Companyname and Serial at } { HKEY_LOCAL_MACHINE\SOFTWARE\ } { (company)\ } { (AppName)\ } { (Version)\ } { the variables are Name, Company, Serial } { } { Programmed by Jack Bakker jaybee01@geocities.com

Constants


Variables