RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IStreamPersist.LoadFromStream Method

Loads an object from a persistent stream.

Pascal
procedure LoadFromStream(Stream: TStream);
C++
__fastcall LoadFromStream(TStream Stream);

Use LoadFromStream to reconstitute a serialised version of an object saved to a persistent stream by SaveToStream

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!