TPolymorphicList is a non-visual component with
TList functionality. Objects stored in this
list can be saved/retrieved to/from streams.
Stored objects must descend from TPersistent.
Published object properties are stored using
Delphi streaming capabilities.
Can be used to save objects to files, database
blob fields and even DFM files
Can also be used in conjunction with components
like Pythoness PFormSettings or RxLib's
TFormStorage to save application runtime state.
ver 1.1 - Work in progress... Help welcome.