Web.HTTPApp.TWebActionItems.TEnumerator.GetCurrent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetCurrent: TWebActionItem; inline;

C++

HIDESBASE TWebActionItem* __fastcall GetCurrent();

Properties

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

Description

Gets the current TCollectionItem.

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

Gets the current TCollectionItem.

Use GetCurrent to get the current TCollectionItem of the TCollection object being enumerated.