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

This method saves the file with the specified filename on Excel format.

Pascal
procedure Save(const FileName: TFileName);
C++
__fastcall Save(const TFileName FileName);
Parameters 
Description 
const FileName: TFileName 
Name of the file you want to save. 

If Adapter.AllowOverwritingFiles is not true in the adapter, you need to delete the file before saving it.

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