TAbstractTypedList = class(TPersistent);
Provides the abstract base class for a strongly typed collection.
This base class is provided to make it easier for implementers to create a strongly typed custom collection. Implementers should extend this base class instead of creating their own.
TPersistent CommonAbstractTypedList.TAbstractTypedList