LiteDAC

TVirtualTable.LoadFromStream Method

Copies data from a stream into a TVirtualTable component.

Class

TVirtualTable

Syntax

procedure LoadFromStream(Stream: TStream; LoadFields: boolean = True; DecodeHTMLEntities: boolean = True);

Parameters
Stream
Holds the stream from which the field's value is copied.
LoadFields
Indicates whether to load fields from the stream.
DecodeHTMLEntities
Indicates whether to decode HTML entities from the stream.

Remarks

Call the LoadFromStream method to copy data from a stream into a TVirtualTable component. Specify the stream from which the field's value is copied as the value of the Stream parameter. Data in the stream may be in ADO-compatible format or in virtual table data format. The data format is detected automatically.

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