<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#cccccc" text="#000000">
<br>
<blockquote
cite="mid:Pine.LNX.4.64.0803281531260.4022@home.freepascal.org"
type="cite">
<pre wrap="">
Why should it be true ?
The specs only say something about writing, not about reading.
It is a misconception to think that you can read a stream
and thus restore a component to it's "original designed state".
The behaviour of reading a component from stream is only well-defined
after it was just created.
If you want a general streaming mechanism (javabeans like), then you
simply should not use "stored" or "default", then you'll have something
that comes close.
Michael.
_______________________________________________
fpc-devel maillist - <a class="moz-txt-link-abbreviated" href="mailto:fpc-devel@lists.freepascal.org">fpc-devel@lists.freepascal.org</a>
<a class="moz-txt-link-freetext" href="http://lists.freepascal.org/mailman/listinfo/fpc-devel">http://lists.freepascal.org/mailman/listinfo/fpc-devel</a>
</pre>
</blockquote>
<font size="-1"><font face="Helvetica, Arial, sans-serif">This was
about modifiers <br>
<a class="moz-txt-link-freetext" href="http://bugs.freepascal.org/view.php?id=10080">http://bugs.freepascal.org/view.php?id=10080</a><br>
<br>
Current impementation of propert writer is Delphi incompatible (eg does
not take in account modifiers as the Delphi does).<br>
<br>
Anton<br>
<br>
<br>
</font></font>
</body>
</html>