TdxPrintStyleManager.IndexOfStyle(TBasedxPrintStyle) Method
In This Article
Specifies the index of a specified print style.
#Declaration
Delphi
function IndexOfStyle(Value: TBasedxPrintStyle): Integer;
#Parameters
Name | Type |
---|---|
Value | TBasedx |
#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