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
| Name | Description |
|---|---|
| ClearPointers | |
| ctor | |
| LoadFromStream | |
| SaveToStream | |
| Update |