API:Data.Bind.Components.TExpressionDirEnumerator.GetCurrent

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
Data.Bind.Components.pas
Data.Bind.Components.hpp
Unit: Data.Bind.Components
Parent: TExpressionDirEnumerator

Delphi

function GetCurrent: TExpressionItemDir; inline;

C++

HIDESBASE TExpressionItemDir* __fastcall GetCurrent();

Description

Gets the current TCollectionItem.

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

Gets the current TCollectionItem.

Use GetCurrent to get the current TCollectionItem of the TCollection object being enumerated.