TiModeComboBox.ItemCount
TiModeComboBox
Gets the number of items in the Mode Combo Box.
property ItemCount : Integer;
Description
Use ItemCount to get the number of items in the Mode Combo Box.
Example
Delphi
value := iComponent.ItemCount;
C++ Builder
value = iComponent->ItemCount;
Contents | Index | Previous | Next