Skip to main content

TBasedxPrintStyle.Index Property

Determines the index of the current print style among other styles.

Declaration

property Index: Integer read; write;

Property Value

Type
Integer

Remarks

Each print style has its unique index. Use the Index property to determine this index. You can use it to access an appropriate print style. This index is zero-based.

See Also