TdxPrintStyleManager.StorageName Property
In This Article
Determines the file name used to store print style information.
#Declaration
Delphi
property StorageName: string read; write;
#Property Value
Type |
---|
string |
#Remarks
You can store all settings and changes made to print styles within a separate file. Use the StorageName to specify this file name. This property is in effect only if the AutoSave property is set to True.
See Also