[Overview][Classes][Procedures and functions] | Reference for unit 'streamcoll' (#fcl) |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Collection item with streaming support
Source position: streamcoll.pp line 23
type TStreamCollectionItem = class(TCollectionItem) |
end; |
|
Collection item with streaming support |
|
| | ||
| | ||
TObject |
TStreamCollectionItem is a TCollectionItem descendent which implements 2 abstract routines: LoadFromStream and SaveToStream which must be overridden in a descendent class.
These 2 routines will be called by the TStreamCollection to save or load the item from the stream.
|
Collection with stream support |
No notes exist for this page yet.