TiPercentBar.ItemCount
TiPercentBar
Returns the number of items.
property ItemCount : Integer;
Description
Use the ItemCount property to get the number of items.
Example
Delphi
Value := iComponent.ItemCount;
C++ Builder
Value = iComponent->ItemCount;
Note: This property is read only.
Contents | Index | Previous | Next