[Overview][Types][Classes][Variables][Index] Reference for unit 'Printers' (#lcl)

TPrinter.FileName

File name used to store output from the print device.

Declaration

Source position: printers.pas line 308

public property TPrinter.FileName : string
  read FFileName
  write FFileName;

Description

FileName is a String property which contains the path and file name on the local file system where output from the print device is stored.

Remark: Please note: FileName is not used in the implementation of TPrinter. It is provided for use in descendent classes.
The latest version of this document can be found at lazarus-ccr.sourceforge.net.