TiModeComboBox.RemoveAllItems
TiModeComboBox
Removes all items from the Mode Combo Box.
procedure RemoveAllItems;
Description
Call RemoveAllItems to remove all items from the Mode Combo Box Control. Use AddItem to add an item to the control.
Example
Delphi
iComponent.RemoveAllItems;
C++ Builder
iComponent->RemoveAllItems();
Contents | Index | Previous | Next