VirtualDAC

TVirtualTable.SaveToStream Method

Copies data from a TVirtualTable component to a stream.

Class

TVirtualTable

Syntax

procedure SaveToStream(Stream: TStream; StoreFields: boolean = True; StoreAllData: boolean = false);

Parameters
Stream
Holds the name of the stream to which the field's value is saved.
StoreFields
Indicates whether to save the fields names to a file.
StoreAllData

Remarks

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.

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback