API:System.IEnumerator.Current

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Current: TObject read GetCurrent;
property Current: T read GetCurrent;

C++

__property TObject* Current = {read=GetCurrent};
__property T Current = {read=GetCurrentT};

Properties

Type Visibility Source Unit Parent
property public
System.pas
System.hpp
System IEnumerator

Description

Embarcadero Technologies does not currently have any additional information.