[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'fpvectorial' (#fcl)

TvVectorialDocument.WriteToFile

Writes the document to a file.

Declaration

Source position: line 0

public procedure TvVectorialDocument.WriteToFile(

  AFileName: String;

  AFormat: TvVectorialFormat

); overload;

procedure TvVectorialDocument.WriteToFile(

  AFileName: String

); overload;

Arguments

AFileName

  

The full path to the destination file

AFormat

  

The destination file format

Arguments

AFileName

  

The full path to the destination file

Description

Writes the document to a file. If the file doesn't exist, it will be created.

See also

ReadFromFile

WriteToStream

WriteToStrings


Documentation generated on: Oct 09 2011