Datasnap.DBClient.TCustomClientDataSet.LoadFromStream
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: public | |
Source: Datasnap.DBClient.pas Datasnap.DBClient.hpp
| |
Unit: Datasnap.DBClient | |
Parent: TCustomClientDataSet |
Delphi
procedure LoadFromStream(Stream: TStream);
C++
void __fastcall LoadFromStream(System::Classes::TStream* Stream);
Description
Loads a client dataset's data from a 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.