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.BeginClone(Integer) Method

Starts the copying of a print style.

#Declaration

Delphi
function BeginClone(AIndex: Integer): TBasedxPrintStyle;

#Parameters

Name Type
AIndex Integer

#Returns

Type
TBasedxPrintStyle

#Remarks

Call the BeginClone method to start copying a print style with a zero-based index specified by the AIndex parameter. This function returns a new print style with the same properties as the initial print style.

Note

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

See Also