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.EndClone(TBasedxPrintStyle) Method

Completes the copying of a print style.

#Declaration

Delphi
procedure EndClone(AStyle: TBasedxPrintStyle);

#Parameters

Name Type
AStyle TBasedxPrintStyle

#Remarks

Call the EndClone method to complete the copying of a print style. The AStyle parameter specifies the newly created print style. Calling the EndClone method activates this print style.

Note

If you use the BeginClone method manually, you must also use the EndClone method.

See Also