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