TdxPrintStyleManager.CurrentStyleIndex Property
Specifies the index of the current print style.
Declaration
property CurrentStyleIndex: Integer read; write;
Property Value
Type |
---|
Integer |
Remarks
Style Manager can contain many print styles but only one of them can be active at a given time. Use the CurrentStyleIndex property to specify the index of the print style that is called by default when printing or previewing a report.
See Also