RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomClientDataSet.LoadFromStream Method

Loads a client dataset's data from a stream.

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

Call LoadFromStream to populate the Data property of the client dataset with data from a stream. Stream is the name of the stream from which to read data.

Note: Stream must contain data in a client dataset's internal format (for example, data written to a stream by another client dataset using the SaveToStream method.
 

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