TStreamedList Class

Source: SignalTools.cs · Assembly: Dew.Signal
TObjectListTStreamedList

public class TStreamedList : TObjectList

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.

Methods

NameDescription
ClearPointers
ctor
LoadFromStream
SaveToStream
Update