Skip to main content

TdxBarItemLinks.AvailableItemCount Property

Returns the number of items in the AvailableItems array.

Declaration

property AvailableItemCount: Integer read;

Property Value

Type
Integer

Remarks

Contains the number of items in the AvailableItems array. Since this array is indexed starting with 0, the value of AvailableItemCount is always one greater than the index of the last member of AvailableItems.

See Also