TTMSFNCTileList.FindTileIndexBy Method
Finds the item index located at a row and column.
API unit family: TMSFNCTileList
Declaring type: TTMSFNCTileList
Inherited from: TTMSFNCCustomTileList
Syntax
function FindTileIndexBy(ARow, AColumn: Integer): Integer;
Parameters
| Name | Description |
|---|---|
ARow |
Zero-based row index. |
AColumn |
Zero-based column index. |
Returns
The zero-based item index, or -1 when no item is found.