Data.Bind.Components.TExpressionDirEnumerator.Current

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Current: TExpressionItemDir read GetCurrent;

C++

__property TExpressionItemDir* Current = {read=GetCurrent};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components TExpressionDirEnumerator

Beschreibung

Das aktuelle TCollection-Objekt.

Data.Bind.Components.TExpressionDirEnumerator.Current erbt von System.Classes.TCollectionEnumerator.Current. Der folgende Inhalt bezieht sich auf System.Classes.TCollectionEnumerator.Current.

Das aktuelle TCollection-Objekt.

Current enthält das aktuelle TCollectionItem-Element im aufzuzählenden TCollection-Objekt.