TdxPrintStyleManager.EndClone(TBasedxPrintStyle) Method
Completes the copying of a print style.
Declaration
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