TdxPrintStyleManager.IndexOfStyle(TBasedxPrintStyle) Method
Specifies the index of a specified print style.
Declaration
function IndexOfStyle(Value: TBasedxPrintStyle): Integer;
Parameters
| Name | Type |
|---|---|
| Value | TBasedxPrintStyle |
Returns
| Type |
|---|
| Integer |
Remarks
Call the IndexOfStyle method to obtain the zero-based index of the print style specified by the Value parameter.
See Also