TSRVCBoxItemCollection, TSRVLBoxItemCollection |
Top Previous Next |
|
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); HierarchyTObject TPersistent TCollection
|