TdxTileControlGroup.IndexOfItem(TdxTileControlItem) Method
In This Article
Identifies the specified tile item‘s zero-based index within the group.
#Declaration
Delphi
function IndexOfItem(AItem: TdxTileControlItem): Integer;
#Parameters
Name | Type |
---|---|
AItem | Tdx |
#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