Show/Hide Toolbars

RiverSoftAVG Products Help

TRSEnumerable is an abstract class inherited by all RiverSoftAVG enumerable containers.

noteNote

This class is a copy of Embarcadero's TEnumerable class. However, it descends from TPersistent, which allows the containers to be assigned.

To give your container enumerating functionality, implement and extend the TRSEnumerable abstract class.

Implement the DoGetEnumerator protected method in order to obtain an instance of the container's enumerator.

alert_cautionWarning

This class cannot be used in XE4 or earlier because of generics compiler errors.

Namespace: RSGenerics.Collections

Type Parameters

T

RiverSoftAVG Products Help © 1996-2016 Thomas G. Grubb