TdxBarDBCheckLinks.Items Property
Provides indexed access to the links between items and dataset’s states.
Declaration
property Items[Index: Integer]: TdxBarDBCheckLink read; default;
Property Value
Type |
---|
TdxBarDBCheckLink |
Remarks
The Items property is a zero-based indexed collection of the links of the TdxBarDBCheckLink type. Each link can be accessed using its index within the collection.
See Also