- Original Message -
From: "Bart"
To: "FPC-Pascal users discussions"
Sent: Wednesday, April 01, 2009 10:12 PM
Subject: [fpc-pascal] TList: newbie question
Hi,
I never used TList before, so I'm not sure if this is correct.
I constructed a TlcTextCache cl
Hi,
I never used TList before, so I'm not sure if this is correct.
I constructed a TlcTextCache class that basically stores objects of
type TLcText in a TList.
A TlcText object is create with TLcText.Create(FileName).
My questions:
- I add my TlcText objects to the list by TList.Add(SomeTlcTextO