RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TMetafile.SaveToFile Method

Writes the metafile to disk.

Pascal
procedure SaveToFile(const Filename: String); override;
C++
virtual __fastcall SaveToFile(const AnsiString Filename);

Use SaveToFile to save the metafile to a file provided by the Filename parameter. To load a metafile from a file, call the LoadFromFile method. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!