API:FMX.Types.TEnumerableFilter.TFilterEnumerator.Current

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Current: T read GetCurrent;

C++

__property T Current = {read=GetCurrent};

Properties

Type Visibility Source Unit Parent
property public
FMX.Types.pas
FMX.Types.hpp
FMX.Types TFilterEnumerator

Description

Returns the currently focused element in the container.

FMX.Types.TEnumerableFilter.TFilterEnumerator.Current inherits from System.Generics.Collections.TEnumerator.Current. All content below this line refers to System.Generics.Collections.TEnumerator.Current.

Returns the currently focused element in the container.

Current is a read-only property that gives the currently focused element in the container.

See Also