TdxPrintStyleManager.BeginClone(Integer) Method
In This Article
Starts the copying of a print style.
#Declaration
Delphi
function BeginClone(AIndex: Integer): TBasedxPrintStyle;
#Parameters
Name | Type |
---|---|
AIndex | Integer |
#Returns
Type |
---|
TBasedx |
#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 Begin
See Also