TdxPrintDialog.FileList Property
Specifies the list of file names to which a report has been printed.
Declaration
property FileList: TStrings read; write;
Property Value
Type |
---|
TStrings |
Remarks
The FileList property determines the list of files to which a report has already been printed. This list is displayed in the “Print“ dialog window within the combo box of the “print to file” option. When a user specifies his/her own file, this file is added to this list. Later a user may print any of these files out.
See Also