Skip to main content

TcxDataSummaryItems.FindByTag(Longint) Method

Searches for a collection element, which has a specified Tag value.

Declaration

function FindByTag(ATag: Longint): TcxDataSummaryItem;

Parameters

Name Type
ATag Longint

Returns

Type
TcxDataSummaryItem

Remarks

Call this function to locate a collection element, which has the tag value passed as the ATag parameter. If no collection element is found, nil is returned.

See Also