Web.HTTPApp.TWebActionItems.TEnumerator.Current

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Current: TWebActionItem read GetCurrent;

C++

__property TWebActionItem* Current = {read=GetCurrent};

Properties

Type Visibility Source Unit Parent
property public
Web.HTTPApp.pas
Web.HTTPApp.hpp
Web.HTTPApp TEnumerator

Description

The current TCollection object.

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

The current TCollection object.

Current contains the current TCollectionItem in the TCollection object.