Copies data from a stream into a TVirtualTable component.
procedure LoadFromStream(Stream: TStream; LoadFields: boolean = True; DecodeHTMLEntities: boolean = True);
Call the LoadFromStream method to copy data from a stream into a TVirtualTable component. Specify the stream from which the dataset data is copied as the value of the Stream parameter. Data in the stream may be in ADO-compatible format, JSON format, or in virtual table data format. The data format is detected automatically.