TBasedxPrintStyle.StyleManager Property
Specifies the style manager component for the current print style.
Declaration
property StyleManager: TdxPrintStyleManager read; write;
Property Value
Type |
---|
TdxPrintStyleManager |
Remarks
All print styles belong to corresponding style manager components (TdxPrintStyleManager). Use the StyleManager property to specify the style manager for a print style.
See Also