Skip to main content

TcxDataSummaryGroupItemLinks.ItemOfItemLink(TObject) Method

Determines the TcxDataSummaryGroupItemLink object, which references a specified item.

Declaration

function ItemOfItemLink(AItemLink: TObject): TcxDataSummaryGroupItemLink;

Parameters

Name Type
AItemLink TObject

Returns

Type
TcxDataSummaryGroupItemLink

Remarks

The ItemOfItemLink function returns the TcxDataSummaryGroupItemLink object contained in the current collection, which references AItemLink via the ItemLink property. If the current collection does not contain such an object, the function returns nil. The collection of items is maintained by the Items property.

You can use the IndexOfItemLink method to retrieve the index of the appropriate TcxDataSummaryGroupItemLink object instead of the object itself.

See Also