class TStreamedList : public 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.
Constructors
| Name | Description |
|---|---|
| TStreamedList (2) |
Methods
| Name | Description |
|---|---|
| ClearPointers | |
| LoadFromStream | |
| SaveToStream | |
| Update |