MsgCommunicator: Delphi Instant Messaging (IM) SDK
for easy creation of custom messenger system


TMsgTempTable.SaveDatasetToStream
TMsgDatabase
Top 

Saves all records and table structure.

Delphi syntax:
procedure SaveDatasetToStream(Dataset: TDataset; Stream: TStream); virtual; abstract;

C++ syntax:

virtual void __fastcall SaveDatasetToStream(Db::TDataSet* Dataset, Classes::TStream* Stream) = 0 ;

Description
SaveDatasetToStream is used internally by MsgCommunicator for saving all records and table structure of the dataset to the stream.
Dataset - TDataset descendant object with source table data and structure.
Stream - TStream descendant object where table data and structure should be saved.
TMsgTempTable descendant must override this method to provide code for saving any dataset to stream.


© AidAim Software MsgCommunicator: Delphi Messenger Sdk Instant Messaging Sdk Im Sd