System.IEnumerator.GetCurrent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetCurrent: TObject;
function GetCurrent: T;

C++

virtual TObject* __fastcall GetCurrent() = 0 ;

Properties

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

Description

Returns the currently focused element in the container.

GetCurrent is a method that returns the currently focused element in the container.

See Also