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

Saves the file as Text to a stream.

Pascal
procedure SaveToStreamAsText(const DataStream: TStream; const Delimiter: UTF16Char);
C++
__fastcall SaveToStreamAsText(const TStream DataStream, const UTF16Char Delimiter);
Parameters 
Description 
const DataStream: TStream 
Stream where to save the file. 
const Delimiter: UTF16Char 
The character used to separate fields. 

This method is similar to SaveAsText, but the data will be saved to a stream instead of a file. See SaveAsText for examples.

Copyright (c) 2002-2008 TMS Software. All rights reserved.
What do you think about this topic? Send feedback!