TdxBarItemLink.Data Property
Stores an arbitrary value as a part of the current item link.
Declaration
property Data: TcxTag read; write; default 0;
Property Value
Type | Default |
---|---|
TcxTag | 0 |
Remarks
The Data property has no predetermined purpose. It is provided for convenience and is similar to the Tag property.
The default value of the Data property is 0.
See Also