[DUG] Storing extra data with a component

Kyley Harris kyley at harrissoftware.com
Thu Jun 9 12:35:29 NZST 2005


TMyComponent = class(TComponent)
published
  property Collection:TCollection;
end;

as long as Collection is actually a TOwnedCollection with self as the 
owner and it is a published property
then the TReader & TWriter of Delphis streaming will stream the data.


More information about the Delphi mailing list