0
votes
A simple Generic List: TList
Coding Power Unleashed
– Delphi 2009 has support for generics, and has 'built in' generic types like TList, TArrays etc. If you want to use them you must add Generics.Collections to your uses clause. Generic List: TList Suppose we want a list with persons representing the TPerson class: Code ...
Statistics
|
Visits by Source |
User Actions |




