TSRVCBoxItemCollection, TSRVLBoxItemCollection

<< Click to display table of contents >>

TSRVCBoxItemCollection, TSRVLBoxItemCollection

TSRVCBoxItemCollection is a type of collection of items of TSRVComboBox. Item type is TSRVCBoxItem.

TSRVLBoxItemCollection is a type of collection of items of TSRVListBox. Item type is TSRVLBoxItem.

Unit SRVTypeItems;

Syntax

  TSRVCBoxItemCollection = class(TCollection);

  TSRVLBoxItemCollection = class(TSRVCBoxItemCollection);

Hierarchy

TObject

TPersistent

TCollection