TTMSFNCColorSelector.FindColorByItem Method
Returns the color value assigned to the item at the given index.
API unit family: TMSFNCColorSelector
Declaring type: TTMSFNCColorSelector
Inherited from: TTMSFNCCustomColorSelector
Syntax
function FindColorByItem(AItem: Integer): TTMSFNCGraphicsColor;
Parameters
| Name | Description |
|---|---|
AItem |
Zero-based item index. |
Returns
The color value of the item, or gcNull if the index is out of range.