TdxBarDBCheckLinks.Items Property
In This Article
Provides indexed access to the links between items and dataset’s states.
#Declaration
Delphi
property Items[Index: Integer]: TdxBarDBCheckLink read; default;
#Property Value
Type |
---|
Tdx |
#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