TiPercentBar.RemoveItem
TiPercentBar
Removes an item from the control.
procedure RemoveItem(Index : Integer)
Description
Call RemoveItem to remove an item from the control.
Example
Delphi
iComponent.RemoveItem(0);
C++ Builder
iComponent->RemoveItem(0);
Note: The index value is 0 based.
Contents | Index | Previous | Next