Copies data from a TVirtualTable component to a stream.
procedure SaveToStream(Stream: TStream; StoreFields: boolean = True; StoreAllData: boolean = false);
Call the SaveToStream method to copy data from a TVirtualTable component to a stream. Specify the name of the stream to which the field's value is saved as the value of the Stream parameter.