----- Original Message -----
From: "Chris Veale" <[EMAIL PROTECTED]>
To: "Multiple recipients of list delphi" <[EMAIL PROTECTED]>
Sent: Wednesday, July 23, 2003 2:12 PM
Subject: [DUG]: tregistry...


> Hi.
>
> I just thought that if I am going to be having to process these regularly,
> would it be better to store information in the system registry?  there is
> going to be lots of data, but I know tregistry replaces the old 16 bit
> tinifile.
>
> would this be an option if I have about 5000 lines of variables I want to
> retain?
>
> plus the same number for approximately 20 other files I need to reference,
> or is this complete overkill?

The registry never REPLACED TInifile, although the documentation seems to
steer you that way. If you have large amounts of data that you need to store
somewhere for your program, it's a much better idea to store it in an
Inifile, or other datafile. That way, the user can back it up/copy it easily
and you don't make their registry huge.

Cheers,
Nicholas Sherlock

---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED] 
with body of "unsubscribe delphi"
Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/

Reply via email to