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

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