TdxPrintStyleManager.EndClone(TBasedxPrintStyle) Method
In This Article
Completes the copying of a print style.
#Declaration
Delphi
procedure EndClone(AStyle: TBasedxPrintStyle);
#Parameters
Name | Type |
---|---|
AStyle | TBasedx |
#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 Begin
See Also