FlexCel Studio for VCL/LCL
ContentsIndex
PreviousUpNext
TFlexCelImport.LoadFromStream Method

This method is similar to OpenFile, but it reads a stream instead of a file.

Pascal
procedure LoadFromStream(const DataStream: TStream);
C++
__fastcall LoadFromStream(const TStream DataStream);
Parameters 
Description 
const DataStream: TStream 
Stream with the Excel file. Make sure it is at the correct position (normally 0), since FlexCel will try to read the file from the current position. 
Copyright (c) 2002-2008 TMS Software. All rights reserved.
What do you think about this topic? Send feedback!