Class TEnhancedOrderedCollection

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TEnhancedOrderedCollection = class(TOrderedCollection)

Description

TEnhancedOrderedCollection extends TOrderedCollection by adding IndexOf and Remove.

Hierarchy

Overview

Methods

Public function IndexOf(Item: TOrderedItem): integer;
Public procedure Remove(Item: TOrderedItem);

Description

Methods

Public function IndexOf(Item: TOrderedItem): integer;

IndexOf returns the position of Item. IndexOf returns -1 if Item is not in the TEnhancedOrderedCollection.

Public procedure Remove(Item: TOrderedItem);

Remove removes Item from the TEnhancedOrderedCollection if it is in it.


Generated by PasDoc 0.12.1 on 2013-05-13 15:41:54