Data.Bind.Components.TScopeMappingsEnumerator.Current

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Current: TScopeMappingItem read GetCurrent;

C++

__property TScopeMappingItem* Current = {read=GetCurrent};

Properties

Type Visibility Source Unit Parent
property public
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components TScopeMappingsEnumerator

Description

The current TCollection object.

Data.Bind.Components.TScopeMappingsEnumerator.Current inherits from System.Classes.TCollectionEnumerator.Current. All content below this line refers to System.Classes.TCollectionEnumerator.Current.

The current TCollection object.

Current contains the current TCollectionItem in the TCollection object.