TdxPrintStyleManager.BeginClone(Integer) Method
Starts the copying of a print style.
Declaration
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