TStreamedList Class

TObjectListTStreamedList

type TStreamedList = class(TObjectsList);

An abstract class for stream capable TList.

The class add's generic streaming capability to the basic TList object and also owns its items. All methods are virtual, but they could also be abstract.

Constructors

NameDescription
Create

Methods

NameDescription
ClearPointers
LoadFromStream
SaveToStream
Update