System.Generics.Collections.TQueue.TEnumerator.Current
Delphi
property Current: T read GetCurrent;
C++
__property T Current = {read=GetCurrent};
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. {{#multireplace:System.Generics.Collections.TQueue.TEnumerator.Current|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:System.Generics.Collections.TEnumerator.Current|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:System.Generics.Collections.TEnumerator.Current|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
Returns the currently focused element in the container.
Current is a read-only property that gives the currently focused element in the container.