Web.HTTPApp.TWebActionItems.TEnumerator

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TEnumerator = class(TCollectionEnumerator)

C++

class PASCALIMPLEMENTATION TEnumerator : public System::Classes::TCollectionEnumerator

Properties

Type Visibility Source Unit Parent
class public
Web.HTTPApp.pas
Web.HTTPApp.hpp
Web.HTTPApp TWebActionItems

Description

Enumerates through the TCollectionItems in a TCollection object.

Web.HTTPApp.TWebActionItems.TEnumerator inherits from System.Classes.TCollectionEnumerator. All content below this line refers to System.Classes.TCollectionEnumerator.

Enumerates through the TCollectionItems in a TCollection object.

TCollectionEnumerator provides an enumerator for TCollection objects.