TdxPrintDialog.UseFileList Property
In This Article
Determines whether to use a file list.
#Declaration
Delphi
property UseFileList: Boolean read; write; default False;
#Property Value
Type | Default |
---|---|
Boolean | False |
#Remarks
The UseFileList property allows you to use files from a file list. The default value of this property is False.
See Also