TdxPrintStyleManager.CurrentStyle Property
In This Article
Specifies the current print style.
#Declaration
Delphi
property CurrentStyle: TBasedxPrintStyle read; write;
#Property Value
Type |
---|
TBasedx |
#Remarks
Style Manager can contain many print styles but only one of them can be active at a given time. Use the CurrentStyle property to specify which of the available print styles is called by default when printing or previewing a report.
See Also