[fpc-devel] Bug in trunk?
    Micha Nelissen 
    micha at neli.hopto.org
       
    Fri Mar 28 11:58:07 CET 2008
    
    
  
Michael Van Canneyt wrote:
> It is used in streaming in the classes unit; the streaming mechanism checks the actual
> value against this value: if it is the same, the value is not streamed.
FYI: so before streaming, the "streamer" has to reset the values to 
their defaults to stream properly. Unfortenately, there is no function 
to do this, and it's usually done in constructor. Therefore streaming 
twice does not work properly.
Micha
    
    
More information about the fpc-devel
mailing list