API:Data.Bind.Components.TScopeMappingsEnumerator.Current
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: Data.Bind.Components.pas Data.Bind.Components.hpp
| |
Unit: Data.Bind.Components | |
Parent: TScopeMappingsEnumerator |
Delphi
property Current: TScopeMappingItem read GetCurrent;
C++
__property TScopeMappingItem* Current = {read=GetCurrent};
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.