Data.Bind.Components.TExpressionDirEnumerator.Current
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: Data.Bind.Components.pas Data.Bind.Components.hpp
| |
Unit: Data.Bind.Components | |
Parent: TExpressionDirEnumerator |
Delphi
property Current: TExpressionItemDir read GetCurrent;
C++
__property TExpressionItemDir* Current = {read=GetCurrent};
Description
The current TCollection object.
Data.Bind.Components.TExpressionDirEnumerator.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.