TdxPrintStyleManager.AddStyle(TdxPrintStyleClass) Method
In This Article
Adds a new style to the list of available print styles.
#Declaration
Delphi
function AddStyle(AStyleClass: TdxPrintStyleClass): TBasedxPrintStyle;
#Parameters
Name | Type |
---|---|
AStyle |
Tdx |
#Returns
Type |
---|
TBasedx |
#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