TBasedxPrintStyle.IsCurrentStyle Property
Specifies whether a given print style is current.
Declaration
property IsCurrentStyle: Boolean read; write;
Property Value
Type |
---|
Boolean |
Remarks
Though the ExpressPrinting System can have multiple print styles, only one of them can be “active” at a given time. Use the IsCurrentStyle property to determine whether a given style is active.
See Also