System.Generics.Collections.TEnumerator.Current
Delphi
property Current: T read DoGetCurrent;
C++
__property T Current = {read=DoGetCurrent};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | System.Generics.Collections.pas System.Generics.Collections.hpp |
System.Generics.Collections | TEnumerator |
Description
Returns the currently focused element in the container.
Current is a read-only property that gives the currently focused element in the container.