Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxPrintDialog.FileList Property

Specifies the list of file names to which a report has been printed.

#Declaration

Delphi
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