TdxPrintStyleManager.DeleteNonBuiltIns Method
In This Article
Deletes all not built-in print styles.
#Declaration
Delphi
procedure DeleteNonBuiltIns;
#Remarks
The ExpressPrinting System includes built-in print styles created at design time. These styles cannot be deleted at runtime. The BuiltIn property specifies whether the current style is built-in or created at runtime via the copy function of the Define Print Styles dialog window. Call the DeleteNonBuiltIns method to remove all print styles created at runtime.
See Also