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

TvVectorialDocument.ReadFromFile

Reads the document from a file

Declaration

Source position: line 0

public procedure TvVectorialDocument.ReadFromFile(

  AFileName: String;

  AFormat: TvVectorialFormat

); overload;

procedure TvVectorialDocument.ReadFromFile(

  AFileName: String

); overload;

Arguments

AFileName

  

The full path of the file to read

AFormat

  

The source file format

Arguments

AFileName

  

The full path of the file to read

Description

Reads the document from a file. Any current contents in this object will be removed. The variant without the parameter AFormat auto-detects the format based on the extension and other factors.

See also

WriteToFile

ReadFromStream

ReadFromStrings


Documentation generated on: Oct 09 2011