TcxSchedulerReportLinkPrintStyles.IndexOf(TcxCustomSchedulerReportLinkPrintStyle) Method
Returns the zero-based index of the TcxCustomSchedulerReportLinkPrintStyle print style in the Styles collection.
Declaration
function IndexOf(AItem: TcxCustomSchedulerReportLinkPrintStyle): Integer;
Parameters
| Name | Type |
|---|---|
| AItem | TcxCustomSchedulerReportLinkPrintStyle |
Returns
| Type |
|---|
| Integer |
Remarks
Use the IndexOf method to determine the TcxCustomSchedulerReportLinkPrintStyle print style’s index in the Styles collection.
See Also