Skip to main content

TdxPrintStyleManager.NonBuiltInsExists Method

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

Declaration

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