TcxSchedulerEventLabels.IndexOfColor(TColor) Method
Returns the zero-based index of the label by its AColor color in the TcxSchedulerEventLabels collection.
Declaration
function IndexOfColor(AColor: TColor): Integer;
Parameters
Name | Type |
---|---|
AColor | TColor |
Returns
Type |
---|
Integer |
Remarks
This method returns -1 if there is no color in the collection specified by AColor.
See Also