TdxBarItemLinks.CanVisibleItemCount Property
Returns the number of items in the CanVisibleItems array.
Declaration
property CanVisibleItemCount: Integer read;
Property Value
Type |
---|
Integer |
Remarks
Contains the number of items in the CanVisibleItems array. Since this array is indexed starting with 0, the CanVisibleCount
value is always one greater than the index of the last member of CanVisibleItems.
See Also