TdxTileControlGroup.IndexOfItem(TdxTileControlItem) Method
Identifies the specified tile item‘s zero-based index within the group.
Declaration
function IndexOfItem(AItem: TdxTileControlItem): Integer;
Parameters
Name | Type |
---|---|
AItem | TdxTileControlItem |
Returns
Type |
---|
Integer |
Remarks
This function returns -1 if the tile item passed as the AItem parameter is not within the current group.
See Also