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.NonBuiltInsExists Method

Specifies whether non built-in print styles exist within the current style manager.

#Declaration

Delphi
function NonBuiltInsExists: Boolean;

#Returns

Type
Boolean

#Remarks

The ExpressPrinting System has 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 NonBuiltInsExists method to determine whether all print styles are built-in. This method returns a value of True if there are no built-in print styles and a value of False, otherwise.

See Also