TdxPrintStyleManager.AddStyle(TdxPrintStyleClass) Method
Adds a new style to the list of available print styles.
Declaration
function AddStyle(AStyleClass: TdxPrintStyleClass): TBasedxPrintStyle;
Parameters
| Name | Type |
|---|---|
| AStyleClass | TdxPrintStyleClass |
Returns
| Type |
|---|
| TBasedxPrintStyle |
Remarks
Call the AddStyle method to add a new print style. The AStyleClass parameter specifies which predefined style to use for the creation of a new style.
See Also