Skip to main content

TcxDataSummaryItem.Tag Property

Stores an identity value associated with the current summary.

Declaration

property Tag: Longint read; write; default 0;

Property Value

Type Default
Longint 0

Remarks

Use this property for summary identification purposes.

To locate a summary by its Tag property value within a summary collection, call the collection’s FindByTag function.

See Also