Google
TAbstractTypedList Class
Namespace
Pascal
TAbstractTypedList = class(TPersistent);
File
Description

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.

Hierarchy
TPersistent
CommonAbstractTypedList.TAbstractTypedList
Related Information