TdxBarItemLink.Data Property
In This Article
Stores an arbitrary value as a part of the current item link.
#Declaration
Delphi
property Data: TcxTag read; write; default 0;
#Property Value
Type | Default |
---|---|
Tcx |
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