TFRListBox
Description
Use TFRListBox to insert Listbox control into your HTML document.
ItemIndex
ItemsDelphi declaration
property ItemIndex: Integer read FItemIndex write SetItemIndex default - 1;
C++ declaration
__property int ItemIndex={ read=FItemIndex, write=SetItemIndex, default=- 1 }
Description
Initial selection in t he list.NOTE: Items and Values are 0 based arrays, so t he first visible item has index 0. To generate a listbox without t he initial value, set ItemIndex to -1.
Delphi declarationMultiSelect
property Items;
C++ declaration
__property Items
Delphi declarationValues
property MultiSelect;
C++ declaration
__property MultiSelect
Delphi declaration
property Values;
C++ declaration
__property Values